1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00

bind urlview and Facebook PathPicker to <prefix> U and <prefix> F instead of <prefix> u and <prefix> f

This commit is contained in:
Gregory Pakosz 2015-10-18 11:42:10 +02:00
parent 3f68425cd9
commit 36214f5bf7

View file

@ -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 ---------------------------------------------------------------