Migrate Neovim config to 0.12
This commit is contained in:
@@ -877,7 +877,7 @@ end
|
||||
-- Input handlers
|
||||
---------------------------------------------------------------------
|
||||
local function attach_handlers()
|
||||
local opts = { buffer = S.buf_inp, nowait = true, silent = true, noremap = true }
|
||||
local opts = { buf = S.buf_inp, nowait = true, silent = true, noremap = true }
|
||||
|
||||
vim.keymap.set('i', '<C-n>', move_down, opts)
|
||||
vim.keymap.set('i', '<C-p>', move_up, opts)
|
||||
|
||||
Reference in New Issue
Block a user