mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
vim: bind fzf and NERDTree
This commit is contained in:
parent
8edf74dc4f
commit
5bb7c53519
@ -160,10 +160,12 @@ let g:tagbar_singleclick = 1
|
|||||||
let g:tagbar_autopreview = 1
|
let g:tagbar_autopreview = 1
|
||||||
|
|
||||||
" NERDTree configuration
|
" NERDTree configuration
|
||||||
map <leader><space> :NERDTreeToggle<CR>
|
map <leader><tab> :NERDTreeToggle<CR>
|
||||||
|
|
||||||
" FZF configurationn
|
" FZF configurationn
|
||||||
map <leader><tab> :Files<CR>
|
map <leader><space> :Files<CR>
|
||||||
|
map <leader>b :Buffers<CR>
|
||||||
|
map <leader>l :Lines<CR>
|
||||||
|
|
||||||
" Disable mouse
|
" Disable mouse
|
||||||
set mouse=nicr
|
set mouse=nicr
|
||||||
@ -261,7 +263,8 @@ if (exists("g:use_dvorak") && g:use_dvorak == 1)
|
|||||||
\ 'x': ['tsd', 'tsD'],
|
\ 'x': ['tsd', 'tsD'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
let NERDTreeMapOpenInTab='\t'
|
" NERDTree configuration
|
||||||
|
let NERDTreeMapOpenInTab='\t' " prevent t opening file
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user