Mapped <F5> to \k for vim-interestingwords

This commit is contained in:
Dreaded_X 2014-09-28 15:06:12 +02:00
parent 392f6db1d5
commit c29c008d30

3
vimrc
View File

@ -14,8 +14,9 @@ nnoremap <silent> <M-k> :TmuxNavigateUp<cr>
nnoremap <silent> <M-l> :TmuxNavigateRight<cr>
map <F2> :NERDTreeToggle<cr>
nmap <F4> :TagbarToggle<CR>
map <F3> \be
nmap <F4> :TagbarToggle<CR>
map <F5> \k
setlocal completeopt-=preview
set laststatus=2