Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Last active November 14, 2019 17:27
Show Gist options
  • Save pojntfx/87a6d903841957adc8d23e508870ddac to your computer and use it in GitHub Desktop.
Save pojntfx/87a6d903841957adc8d23e508870ddac to your computer and use it in GitHub Desktop.
tmux Configuration
set-window-option -g mode-keys vi
set -g status off
set -sg escape-time 0
bind m set-window-option main-pane-height 60\; select-layout main-horizontal
bind-key h select-layout even-horizontal
bind-key v select-layout even-vertical
bind-key j join-pane -t 0.0
bind-key -n C-a send-prefix
bind -n M-h select-pane -L
bind -n M-l select-pane -R
bind -n M-k select-pane -U
bind -n M-j select-pane -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment