now using `~/.vim/after/plugins` for keybindings, because plugins kept remapping keybindings i use in my configmaster
parent
61b3b237ca
commit
3bf728aa1a
2 changed files with 10 additions and 7 deletions
@ -0,0 +1,8 @@ |
|||||||
|
unmap <C-n> |
||||||
|
|
||||||
|
let NERDTreeShowHidden=1 |
||||||
|
map <silent> <C-n> :NERDTreeToggle<CR> |
||||||
|
nnoremap <silent> <C-g> :Goyo<CR> |
||||||
|
nnoremap <silent> <Space> <C-w> |
||||||
|
nnoremap <buffer> <F5> :w<cr> :! clear; ./% <cr> |
||||||
|
nnoremap Q <nop> |
Loading…
Reference in new issue