Nvim: improve pager mode and other fixes
This commit is contained in:
parent
d78c0ae77d
commit
16cde14ddd
6 changed files with 27 additions and 19 deletions
5
home/.config/nvim/lua/pager.lua
Normal file
5
home/.config/nvim/lua/pager.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- Settings for pager mode
|
||||
require 'common'
|
||||
|
||||
MapKey('n', 'q', '<cmd>q<CR>')
|
||||
--vim.cmd('set nomodifiable')
|
Loading…
Add table
Add a link
Reference in a new issue