Skip to content

Instantly share code, notes, and snippets.

@fschr
Created November 27, 2019 05:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fschr/a0f818f075c5f281ab9f5b8b6d438383 to your computer and use it in GitHub Desktop.
Save fschr/a0f818f075c5f281ab9f5b8b6d438383 to your computer and use it in GitHub Desktop.
simple .tmux.conf with unix-style bindings
set -g prefix C-[
unbind C-b
bind C-[ send-prefix
set -g repeat-time 0
set -g escape-time 0
bind-key f select-pane -R
bind-key b select-pane -L
bind-key p select-pane -U
bind-key n select-pane -D
bind-key h split-window -h
bind-key v split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment