autostart nextcloud, nvim binds
This commit is contained in:
@@ -8,7 +8,9 @@ function map(mode, lhs, rhs, opts)
|
||||
vim.api.nvim_set_keymap(mode, lhs, rhs, options)
|
||||
end
|
||||
|
||||
-- frankly i dont know what the hell im doing
|
||||
map("n", "<Enter>", "i<Enter><Esc>k$")
|
||||
-- map("n", "<S-Enter>", "d$O<Esc>p^")
|
||||
map("n", "<Space>", "i<Space><Esc>")
|
||||
-- map("n", "<Space>", "i<Space><Esc>")
|
||||
map("n", "<A-Space>", "<Esc>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user