Created
January 19, 2025 01:24
-
-
Save terasakisatoshi/02f18bfc60059b1b7da72b7389436eab to your computer and use it in GitHub Desktop.
tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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