change vimfiler, add remote keybindings for i3

This commit is contained in:
Barak Michener 2018-07-05 12:59:28 -07:00
parent 4ad34c4e48
commit 3758e4cb45
3 changed files with 17 additions and 5 deletions

3
.vimrc
View file

@ -567,7 +567,8 @@ endfunction
" I don't know how I came up with gt for opening the tree, but it stuck.
"nmap gt :NERDTreeToggle<CR>
nmap <silent> gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide<CR>
"nmap <silent> gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide<CR>
nmap <silent> gt :VimFiler -status -auto-cd -parent<CR>
" The same for the TagList, useful for large C files.
"nmap gb :TlistToggle<CR>
nmap gb :TagbarToggle<CR>