Compare commits
2 commits
4989797e91
...
e5ffded0c8
Author | SHA1 | Date | |
---|---|---|---|
e5ffded0c8 | |||
b791ba4d9f |
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ elseif layout == 'colemak' then
|
||||||
keys_modes_map(
|
keys_modes_map(
|
||||||
{'n'},
|
{'n'},
|
||||||
c_undo_redo,
|
c_undo_redo,
|
||||||
{'u','U','<C-R'}
|
{'u','U','<C-R>'}
|
||||||
)
|
)
|
||||||
local q_x_undo = ':<C-U>undo<CR>'
|
local q_x_undo = ':<C-U>undo<CR>'
|
||||||
keys_modes_map(
|
keys_modes_map(
|
||||||
|
@ -252,7 +252,7 @@ end
|
||||||
-- Command mode
|
-- Command mode
|
||||||
keys_modes_map(
|
keys_modes_map(
|
||||||
{'n', 'v', 'x'},
|
{'n', 'v', 'x'},
|
||||||
{':', ';;', ';e', ';h', ';v'},
|
{':', ';;', ';e', ';h', ';v'},
|
||||||
{'q:i','q:i!','q:ie term://','q:isp term://','q:ivs term://'}
|
{'q:i','q:i!','q:ie term://','q:isp term://','q:ivs term://'}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue