added Facebook PathPicker integration
This commit is contained in:
@@ -100,6 +100,11 @@ bind m run "cut -c3- ~/.tmux.conf | sh -s toggle_mouse"
|
|||||||
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}"
|
||||||
|
|
||||||
|
|
||||||
# -- list choice ---------------------------------------------------------------
|
# -- list choice ---------------------------------------------------------------
|
||||||
|
|
||||||
bind -t vi-choice h tree-collapse
|
bind -t vi-choice h tree-collapse
|
||||||
@@ -427,4 +432,8 @@ run 'for name in $(printenv | grep -Eo ^tmux_conf_[^=]+); do tmux setenv -gu $na
|
|||||||
# tmux split-window "(tmux show-buffer -b urlview-$1 | urlview || true); tmux delete-buffer -b urlview-$1"
|
# tmux split-window "(tmux show-buffer -b urlview-$1 | urlview || true); tmux delete-buffer -b urlview-$1"
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
|
# fpp() {
|
||||||
|
# tmux capture-pane -J -S - -E - -b fpp-$1 -t $1
|
||||||
|
# tmux split-window "(tmux show-buffer -b fpp-$1 | fpp || true); tmux delete-buffer -b fpp-$1"
|
||||||
|
# }
|
||||||
# $@
|
# $@
|
||||||
|
|||||||
Reference in New Issue
Block a user