Skip to content

Instantly share code, notes, and snippets.

@catalys1
Created August 2, 2021 21:42
Show Gist options
  • Save catalys1/357a1659b23546b0d3420ce5967d5052 to your computer and use it in GitHub Desktop.
Save catalys1/357a1659b23546b0d3420ce5967d5052 to your computer and use it in GitHub Desktop.
Basic tmux.conf
set -g default-terminal "screen-256color"
unbind C-b
set -g prefix C-a
unbind %
unbind '"'
bind '\' split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment