nvim: map F10 to :ZenMode in normal mode
This commit is contained in:
parent
c6dcc82ed8
commit
b364d1b9c8
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ return require('packer').startup({function()
|
|||
"folke/zen-mode.nvim",
|
||||
config = function()
|
||||
require('blake.other').zenmode()
|
||||
vim.cmd 'nnoremap <F10> <cmd>ZenMode<CR>'
|
||||
end,
|
||||
}
|
||||
-- use { -- dim text outside paragraph or function
|
||||
|
|
Loading…
Add table
Reference in a new issue