Skip to content

Instantly share code, notes, and snippets.

@phillipleblanc
Created March 29, 2021 01:39
Show Gist options
  • Select an option

  • Save phillipleblanc/f2d8bdb108fea96aecfc9945eec8bdb8 to your computer and use it in GitHub Desktop.

Select an option

Save phillipleblanc/f2d8bdb108fea96aecfc9945eec8bdb8 to your computer and use it in GitHub Desktop.
.tmux.conf
set -g prefix C-x
unbind C-b
bind / split-window -h
bind . split-window -v
set -g mode-mouse on
set-window-option -g mode-mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment