change vimfiler, add remote keybindings for i3
This commit is contained in:
parent
4ad34c4e48
commit
3758e4cb45
3 changed files with 17 additions and 5 deletions
3
.vimrc
3
.vimrc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue