Skip to content

Instantly share code, notes, and snippets.

@Marinofull
Created January 6, 2016 20:17
Show Gist options
  • Save Marinofull/fcf63cf1d6694b6079ed to your computer and use it in GitHub Desktop.
Save Marinofull/fcf63cf1d6694b6079ed to your computer and use it in GitHub Desktop.
# reload ~/.tmux.conf using PREFIX r
bind r source-file ~/.tmux.conf \; display "Reloaded!"
# moving between panes
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment