Nvim: convert keymaps to vim.keymap.set and/or which-key.register

This commit is contained in:
Marko Korhonen 2022-08-24 00:01:06 +03:00
parent c2d846dd29
commit 493660374d
5 changed files with 58 additions and 71 deletions

View file

@ -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)