Compare commits

..

No commits in common. "e5ffded0c8defec200de6f9023bd7f7d7e623734" and "4989797e9117dfff2f0c9523e0b942f7337e9100" have entirely different histories.

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://'}
)