nvim: fix for alt-s mapping
This commit is contained in:
parent
674a0d29ec
commit
897efeedf7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ vim.cmd [[
|
||||||
nnoremap <M-S> <cmd>set spell! spell?<CR>
|
nnoremap <M-S> <cmd>set spell! spell?<CR>
|
||||||
|
|
||||||
" find + replace with alt S
|
" find + replace with alt S
|
||||||
nnoremap <M-s> <cmd>%s//g<Left><Left>
|
nnoremap <M-s> :%s//g<Left><Left>
|
||||||
|
|
||||||
" Escape to enter normal mode in the terminal
|
" Escape to enter normal mode in the terminal
|
||||||
tnoremap <Esc> <C-\><C-n>
|
tnoremap <Esc> <C-\><C-n>
|
||||||
|
|
Loading…
Add table
Reference in a new issue