Skip to content

Instantly share code, notes, and snippets.

@nfedyashev
Created November 4, 2019 11:36
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 nfedyashev/b22bae274d6bd65a64351880bf1079b5 to your computer and use it in GitHub Desktop.
Save nfedyashev/b22bae274d6bd65a64351880bf1079b5 to your computer and use it in GitHub Desktop.
setw -g mode-keys vi
#bind h select-pane -L
#bind j select-pane -D
#bind k select-pane -U
#bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
# act like GNU screen
unbind C-b
set -g prefix C-a
# look good
set -g default-terminal "xterm"
set -g default-shell "/usr/local/bin/zsh"
set-window-option -g pane-base-index 1
set -g base-index 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment