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 131e4608e7
commit 4d94052d70
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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)