Nvim: convert keymaps to vim.keymap.set and/or which-key.register
This commit is contained in:
parent
c2d846dd29
commit
493660374d
5 changed files with 58 additions and 71 deletions
|
@ -1,5 +1,2 @@
|
|||
-- Settings for pager mode
|
||||
require 'common'
|
||||
|
||||
MapKey('n', 'q', '<cmd>q<CR>')
|
||||
-- vim.cmd('set nomodifiable')
|
||||
vim.keymap.set('n', 'q', vim.cmd.q)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue