mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-13 05:43:48 -05:00
Add ignore action for --bind
This commit is contained in:
@@ -716,6 +716,9 @@ func (t *Terminal) Loop() {
|
||||
}
|
||||
}
|
||||
switch action {
|
||||
case actIgnore:
|
||||
t.mutex.Unlock()
|
||||
continue
|
||||
case actInvalid:
|
||||
t.mutex.Unlock()
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user