nvim: add f10 mapping for insert mode
This commit is contained in:
parent
4a23ddeb54
commit
e2ff9c733b
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ return require('packer').startup({function()
|
|||
config = function()
|
||||
require('blake.other').zenmode()
|
||||
vim.cmd 'nnoremap <F10> <cmd>ZenMode<CR>'
|
||||
vim.cmd 'inoremap <F10> <cmd>ZenMode<CR>'
|
||||
end,
|
||||
}
|
||||
-- use { -- dim text outside paragraph or function
|
||||
|
|
Loading…
Add table
Reference in a new issue