Compare commits

...

2 Commits

Author SHA1 Message Date
Just Midi e5ffded0c8 Fixed spacing
For readability
2021-08-09 21:33:24 +00:00
Just Midi b791ba4d9f Fixed undo/redo
Missing `>`
2021-08-09 21:32:33 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ elseif layout == 'colemak' then
keys_modes_map(
{'n'},
c_undo_redo,
{'u','U','<C-R'}
{'u','U','<C-R>'}
)
local q_x_undo = ':<C-U>undo<CR>'
keys_modes_map(
@ -252,7 +252,7 @@ end
-- Command mode
keys_modes_map(
{'n', 'v', 'x'},
{':', ';;', ';e', ';h', ';v'},
{':', ';;', ';e', ';h', ';v'},
{'q:i','q:i!','q:ie term://','q:isp term://','q:ivs term://'}
)