bind urlview and Facebook PathPicker to <prefix> U and <prefix> F instead of <prefix> u and <prefix> f
This commit is contained in:
parent
546ef75994
commit
847ce589a9
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ bind m run "cut -c3- ~/.tmux.conf | sh -s toggle_mouse"
|
|||
|
||||
# -- urlview -------------------------------------------------------------------
|
||||
|
||||
bind u run "cut -c3- ~/.tmux.conf | sh -s urlview #{pane_id}"
|
||||
bind U run "cut -c3- ~/.tmux.conf | sh -s urlview #{pane_id}"
|
||||
|
||||
|
||||
# -- facebook pathpicker -------------------------------------------------------
|
||||
|
||||
bind f run "cut -c3- ~/.tmux.conf | sh -s fpp #{pane_id}"
|
||||
bind F run "cut -c3- ~/.tmux.conf | sh -s fpp #{pane_id}"
|
||||
|
||||
|
||||
# -- list choice ---------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue