Skip to content

Instantly share code, notes, and snippets.

@BlurryFlurry
Last active May 7, 2023 02:31
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 BlurryFlurry/85939973187a93e81d7c to your computer and use it in GitHub Desktop.
Save BlurryFlurry/85939973187a93e81d7c to your computer and use it in GitHub Desktop.
# use vi mode
setw -g mode-keys vi
# remap prefix to control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# move around panes like in vim
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind h select-pane -L
# Sane scrolling
set -g mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment