nvim: map F10 to :ZenMode in normal mode

This commit is contained in:
PowerUser64 2022-03-15 00:46:12 -07:00
parent c6dcc82ed8
commit b364d1b9c8

View file

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