Add control + left/right key mappings
This commit is contained in:
parent
69b2a0a733
commit
b9ab7d2413
2
fzf
2
fzf
@ -882,6 +882,8 @@ class FZF
|
|||||||
case read_nbs
|
case read_nbs
|
||||||
when [59, 50, 68] then ctrl(:a)
|
when [59, 50, 68] then ctrl(:a)
|
||||||
when [59, 50, 67] then ctrl(:e)
|
when [59, 50, 67] then ctrl(:e)
|
||||||
|
when [59, 53, 68] then :alt_b
|
||||||
|
when [59, 53, 67] then :alt_f
|
||||||
when [126] then ctrl(:a)
|
when [126] then ctrl(:a)
|
||||||
end
|
end
|
||||||
when 52 then read_nb; ctrl(:e)
|
when 52 then read_nb; ctrl(:e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user