Commit 8ac214b
committed
Suggestion list now binds Ctrl-G conditionally.
Unlike textlist_impl, in suggestionlist_impl any catchall keys are
forwarded instead of being eaten. Therefore if Ctrl-G is bound to
something other than `abort` suggestionlist_impl should not bind it.
This is important for allowing fzf_git.lua to respond to Ctrl-G chords.
fzf_git.lua is a port of fzf-git.sh.1 parent b7e6d74 commit 8ac214b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
0 commit comments