Fix configs, add new shortcuts

This commit is contained in:
Janis Hutz 2025-03-04 18:00:19 +01:00
parent 65794e8192
commit fb0d9abf39
3 changed files with 6 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
NeoVim
config

BIN
nvim/spell/en.utf-8.add.spl Normal file

Binary file not shown.