Skip to content

Instantly share code, notes, and snippets.

@cyberheartmi9
Created February 22, 2024 23:01
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 cyberheartmi9/c7f58c55b0d84c3f003a6a1999771ccb to your computer and use it in GitHub Desktop.
Save cyberheartmi9/c7f58c55b0d84c3f003a6a1999771ccb to your computer and use it in GitHub Desktop.
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind r source-file ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment