Skip to content

Instantly share code, notes, and snippets.

@yoandresaav
Created April 10, 2023 16:50
Show Gist options
  • Save yoandresaav/f42bbf12db547c7e4fbeb7e976a01c2e to your computer and use it in GitHub Desktop.
Save yoandresaav/f42bbf12db547c7e4fbeb7e976a01c2e to your computer and use it in GitHub Desktop.
set -g prefix C-s
unbind C-b
bind C-s send-prefix
set -g base-index 1
set -g escape-time 20
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
#set -g status- bg black
set -g status-fg white
set -g status-left-length 20
set -g status-right-length 20
set -g mouse on
set -g @plugin 'tmux-plugins/tmux-resurrect'
#run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment