mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix typo
This commit is contained in:
parent
d329f9a4dc
commit
78c6f0d26c
|
@ -7,7 +7,7 @@ lvim.keys.insert_mode["<C-s>"] = "<Esc>:w<CR>i"
|
|||
lvim.keys.normal_mode["<C-z>"] = ":undo<CR>"
|
||||
lvim.keys.normal_mode["<C-y>"] = ":redo<CR>"
|
||||
|
||||
-- Horizonal movements
|
||||
-- Horizontal movements
|
||||
lvim.keys.normal_mode["H"] = "^"
|
||||
lvim.keys.normal_mode["L"] = "$"
|
||||
|
||||
|
|
Loading…
Reference in a new issue