Created
August 3, 2024 12:42
-
-
Save broisnischal/3a75ae382b28ecb75ba2b2353cbfd2e7 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
# .tmux.conf | |
set -g mouse on | |
setw -g mode-keys vi | |
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
bind | split-window -h | |
bind - split-window -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment