1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00

change gitignore

This commit is contained in:
vsooda 2014-10-17 11:36:32 +08:00
parent be37691443
commit 96beee5eda
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -3,5 +3,4 @@ sources_non_forked/ack.vim/.netrwhist
temp_dirs/yankring_history_v2.txt
sources_forked/yankring/doc/tags
sources_non_forked/tlib/doc/tags
my_configs.vim
tags

2
my_configs.vim Normal file
View file

@ -0,0 +1,2 @@
nnoremap <F9> :exe 'NERDTreeToggle'<CR> :exe 'Tlist'<CR>
let Tlist_Use_Split_Window = 1