up
This commit is contained in:
@@ -6,7 +6,7 @@ if not status_kh then
|
||||
return
|
||||
end
|
||||
|
||||
kh.map({ 'n', 'v', 'i' }, '<C-z>', '<CMD>undo<CR>', { silent = true, noremap = true, desc = 'Undo' })
|
||||
kh.map({ 'n', 'v', 'i' }, '<C-z>', '<CMD>undo<CR>', { noremap = true, silent = true, desc = 'Undo' })
|
||||
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
||||
Reference in New Issue
Block a user