Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kapitanluffy
Created April 16, 2020 02:15
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 kapitanluffy/0c522658c4e90d8c261da1ec70db6b8d to your computer and use it in GitHub Desktop.
Save kapitanluffy/0c522658c4e90d8c261da1ec70db6b8d to your computer and use it in GitHub Desktop.
set -g prefix C-space
# Use Alt-arrow keys without prefix key to switch panes
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
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment