Skip to content

Instantly share code, notes, and snippets.

@diegommarino
Created March 11, 2018 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegommarino/1ff71d83e6fc3e6680055e938557ba62 to your computer and use it in GitHub Desktop.
Save diegommarino/1ff71d83e6fc3e6680055e938557ba62 to your computer and use it in GitHub Desktop.
# shortcut to reload tmux configuration
bind r source-file ~/.tmux.conf
# set mouse capture on
set -g mouse on
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# change the split window key command
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment