Created
August 31, 2021 11:21
-
-
Save diegogub/6401c78ef8694dbd890409e30bcf7c2a to your computer and use it in GitHub Desktop.
tmux config
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-s | |
bind C-s send-prefix | |
unbind C-b | |
set -g base-index 1 | |
set -g escape-time 20 | |
set -g mouse on | |
bind h select-pane -L | |
bind j select-pane -D | |
bind k select-pane -U | |
bind l select-pane -R | |
set -g status-fg white | |
set -g status-bg black | |
set -g:default-terminal "screen-256color" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment