feat(nvim): add ES shortcuts

This commit is contained in:
Rob Watson 2023-10-01 08:06:50 +02:00
parent e4a676d7c8
commit 7c1ab65e48
1 changed files with 2 additions and 0 deletions

2
nvimrc
View File

@ -126,6 +126,8 @@ imap <left> <nop>
imap <right> <nop>
nmap ]q :cn<cr>
nmap [q :cp<cr>
nmap + ]
nmap ` [
nnoremap <silent> <leader>w :up<cr>
nnoremap <silent> <leader>/ :nohlsearch<cr>