diff --git a/home/.tmux.conf b/home/.tmux.conf index 46d9383..c65e8fc 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -8,6 +8,9 @@ bind-key u new-window -d -n fzf-switcher "bash -c '~/projects/scripts/find_gits. bind-key s choose-tree -ZsK '#{?#{e|<:#{line},9},#{e|+:1,#{line}},#{?#{e|<:#{line},35},M-#{a:#{e|+:97,#{e|-:#{line},9}}},}}' #bind-key -n M-9 run-shell "tmux last-window; tmux select-window -t 9; tmux send-keys '!!' Enter; tmux last-window" +bind-key & kill-window +bind-key x kill-pane + ############# Cosmetics set-option -g status-bg black set-option -g status-fg white