nvim: remove problematic command mode map

This commit is contained in:
PowerUser64 2022-09-22 00:42:44 -07:00
parent dd1ba90cbf
commit 98bee9417f

View file

@ -69,9 +69,6 @@ vim.cmd 'command! Term tabnew | term'
-- Genereate ctags -- Genereate ctags
vim.cmd 'cab MakeTags !ctags -R .' vim.cmd 'cab MakeTags !ctags -R .'
-- Write buffer as root
vim.cmd 'cmap w!! w !sudo tee > /dev/null %'
-- Toggle spell check with alt S -- Toggle spell check with alt S
vim.cmd 'nnoremap <M-S> <cmd>set spell! spell?<CR>' vim.cmd 'nnoremap <M-S> <cmd>set spell! spell?<CR>'