nvim: remove problematic command mode map
This commit is contained in:
parent
dd1ba90cbf
commit
98bee9417f
1 changed files with 0 additions and 3 deletions
|
@ -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>'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue