nvim: fix for alt-s mapping

This commit is contained in:
PowerUser64 2021-11-01 10:59:35 -07:00
parent 674a0d29ec
commit 897efeedf7

View file

@ -82,7 +82,7 @@ vim.cmd [[
nnoremap <M-S> <cmd>set spell! spell?<CR>
" 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
tnoremap <Esc> <C-\><C-n>