Skip to content

Instantly share code, notes, and snippets.

@jbyman
Last active September 17, 2021 20:28
Show Gist options
  • Save jbyman/ecde9b595aa4a9472f6c56d43626f31f to your computer and use it in GitHub Desktop.
Save jbyman/ecde9b595aa4a9472f6c56d43626f31f to your computer and use it in GitHub Desktop.
~/tmux.conf
bind n split-window -h
bind v split-window -v
unbind '"'
unbind %
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
set-option -g mouse on
bind -n C-k send-keys -R \; send-keys C-l \; clear-history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment