AOJSARZ6SHSBGCUSVTQQXTV3JF44FRJBQXR4X2TCL3IKT6K77LRAC # smart pane switching with awareness of vim splitsbind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-h) || tmux select-pane -L"bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-j) || tmux select-pane -D"bind j select-pane -Dbind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-k) || tmux select-pane -U"bind j select-pane -Ubind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-l) || tmux select-pane -R"bind -n C-\\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys 'C-\\') || tmux select-pane -l"bind m set -g mouse onbind m set -g mouse off# Open new windows/panes in same directorybind '"' split-window -c "#{pane_current_path}"bind % split-window -h -c "#{pane_current_path}"bind c new-window -c "#{pane_current_path}"set -g status-left-length 52set -g status-right-length 451set -g status-fg colour234set -g status-bg whiteset -g window-status-activity-style boldset -g pane-border-style fg=colour245set -g pane-active-border-style fg=colour39set -g message-style fg=colour16,bg=colour221,boldset -g status-left '#[fg=colour235,bg=colour252,bold] #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]'set -g window-status-format "#[fg=white,bg=colour234]#I #W"set -g window-status-current-format "#[fg=colour234,bg=colour39] #[fg=colour25,bg=colour39,noreverse,bold] #I #W #[fg=colour39,bg=colour234,nobold]"
# smart pane switching with awareness of vim splitsbind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-h) || tmux select-pane -L"bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-j) || tmux select-pane -D"bind j select-pane -Dbind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-k) || tmux select-pane -U"bind j select-pane -Ubind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys C-l) || tmux select-pane -R"bind -n C-\\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq -e emacs -e vim && tmux send-keys 'C-\\') || tmux select-pane -l"bind m set -g mouse onbind m set -g mouse off# Open new windows/panes in same directorybind '"' split-window -c "#{pane_current_path}"bind % split-window -h -c "#{pane_current_path}"bind c new-window -c "#{pane_current_path}"set -g status-left-length 52set -g status-right-length 451set -g status-fg colour234set -g status-bg whiteset -g window-status-activity-style boldset -g pane-border-style fg=colour245set -g pane-active-border-style fg=colour39set -g message-style fg=colour16,bg=colour221,boldset -g status-left '#[fg=colour235,bg=colour252,bold] #S #[fg=colour252,bg=colour238,nobold]#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]'set -g window-status-format "#[fg=white,bg=colour234]#I #W"set -g window-status-current-format "#[fg=colour234,bg=colour39] #[fg=colour25,bg=colour39,noreverse,bold] #I #W #[fg=colour39,bg=colour234,nobold]"