feat(nvim): add mappings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2023-11-17 18:15:57 +01:00
parent 214ed43005
commit a469345663
1 changed files with 2 additions and 0 deletions

2
nvimrc
View File

@ -130,6 +130,8 @@ nmap + ]
nmap ` [
nmap YY "+yy
vmap Y "+y
nmap ¨ "
imap ¨ "
nnoremap <silent> <leader>w :up<cr>
nnoremap <silent> <leader>/ :nohlsearch<cr>