Fix configs, add new shortcuts
This commit is contained in:
parent
65794e8192
commit
fb0d9abf39
@ -103,6 +103,10 @@ keymap.set("i", "<C-h>", "<Left>", opts())
|
||||
keymap.set("i", "<C-j>", "<Down>", opts())
|
||||
keymap.set("i", "<C-k>", "<Up>", opts())
|
||||
keymap.set("i", "<C-l>", "<Right>", opts())
|
||||
keymap.set("i", "<C-b>", "<C-Left>", opts("Jump back by word"))
|
||||
keymap.set("i", "<C-e>", "<C-Right>", opts("Jump back by word"))
|
||||
keymap.set("i", "<C-$>", "<End>", opts("Jump to EOL"))
|
||||
keymap.set("i", "<C-0>", "<Home>", opts("Jump to beginning of line"))
|
||||
|
||||
-- open in neovide
|
||||
-- keymap.set("n", "<leader>n", ":!neovide --no-fork %:p<CR>", opts("open in neovide (wip)"))
|
||||
|
2
nvim/spell/en.utf-8.add
Normal file
2
nvim/spell/en.utf-8.add
Normal file
@ -0,0 +1,2 @@
|
||||
NeoVim
|
||||
config
|
BIN
nvim/spell/en.utf-8.add.spl
Normal file
BIN
nvim/spell/en.utf-8.add.spl
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user