buffers keybinding and only allow in normal mode

This commit is contained in:
2023-08-28 19:04:32 +02:00
parent 255a9b151b
commit ee3006c643

View File

@@ -39,9 +39,11 @@ set wrapscan
let mapleader=" " let mapleader=" "
let maplocalleader=" " let maplocalleader=" "
map <silent> <C-i> <NOP> nnoremap <silent> <C-i> <NOP>
map <silent> <C-o> :FuzzyOpen<CR>
map <silent> <C-_> :FuzzyGrep<CR> nnoremap <silent> <C-o> :FuzzyOpen<CR>
nnoremap <silent> <C-_> :FuzzyGrep<CR>
nnoremap <silent> <C-b> :buffers<CR>:buffer<Space>
nnoremap <silent> <esc><esc> :nohls<CR> nnoremap <silent> <esc><esc> :nohls<CR>