Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Created January 19, 2025 01:24
Show Gist options
  • Save terasakisatoshi/02f18bfc60059b1b7da72b7389436eab to your computer and use it in GitHub Desktop.
Save terasakisatoshi/02f18bfc60059b1b7da72b7389436eab to your computer and use it in GitHub Desktop.
tmux.conf
set -g prefix C-t
unbind C-b
set-option -g mouse on
bind h split-window -h
bind v split-window -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment