fix nospell binding
This commit is contained in:
parent
727a6bcfbc
commit
73d0d7c14d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ utils.map("n", "<S-tab>", "<cmd>bp<cr>")
|
||||||
|
|
||||||
-- Turn spellchecker on and off
|
-- Turn spellchecker on and off
|
||||||
utils.map("n", "<leader>se", "<cmd>setlocal spell spelllang=en_us<cr>")
|
utils.map("n", "<leader>se", "<cmd>setlocal spell spelllang=en_us<cr>")
|
||||||
utils.map("n", "<leader>sq", "<cmd>setlocal nospell")
|
utils.map("n", "<leader>sq", "<cmd>setlocal nospell<cr>")
|
||||||
|
|
||||||
utils.map("n", "<F3>", "<cmd>set nonumber!<CR>")
|
utils.map("n", "<F3>", "<cmd>set nonumber!<CR>")
|
||||||
utils.map("n", "<leader>fe", "<cmd>Oil<CR>")
|
utils.map("n", "<leader>fe", "<cmd>Oil<CR>")
|
||||||
|
|
Reference in a new issue