Compare commits
2 Commits
1a8880749e
...
1b801ef121
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b801ef121 | |||
| db99887fb5 |
@@ -51,6 +51,8 @@ __pj_fzf_history_widget() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Alt-f: file selector, Alt-d: directory selector, Alt-h: history selector
|
# Alt-f: file selector, Alt-d: directory selector, Alt-h: history selector
|
||||||
bind -x '"\ef":__pj_fzf_file_widget'
|
if [[ $- == *i* ]]; then
|
||||||
bind -x '"\ed":__pj_fzf_dir_widget'
|
bind -x '"\ef":__pj_fzf_file_widget'
|
||||||
bind -x '"\eh":__pj_fzf_history_widget'
|
bind -x '"\ed":__pj_fzf_dir_widget'
|
||||||
|
bind -x '"\eh":__pj_fzf_history_widget'
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user