• 1 Post
  • 26 Comments
Joined 1 year ago
cake
Cake day: August 9th, 2023

help-circle










  • your pipe-pane command was real neat, I appreciate you sharing!

    I get frustrated with the default ESC delay so I use set -sg escape-time 0

    I re-bind the bind-keys without the default -r to avoid switching panes, hitting $DIRECTION arrow and going to the next pane $DIRECTION instead of my intent to move the cursor or view history etc…

    bind-key    Up      select-pane -U
    bind-key    Down    select-pane -D
    bind-key    Left    select-pane -L
    bind-key    Right   select-pane -R
    

    lastly, I really like these plugins

    set -g @plugin 'tmux-plugins/tpm'
    set -g @plugin 'tmux-plugins/tmux-sensible'
    set -g @plugin 'Morantron/tmux-fingers'
    set -g @plugin 'tmux-plugins/tmux-resurrect'
    set -g @resurrect-capture-pane-contents 'on'
    

    come on people, show us your filthy tmux conf