Created
April 10, 2023 16:50
-
-
Save yoandresaav/f42bbf12db547c7e4fbeb7e976a01c2e to your computer and use it in GitHub Desktop.
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 | |
unbind C-b | |
bind C-s send-prefix | |
set -g base-index 1 | |
set -g escape-time 20 | |
bind h select-pane -L | |
bind j select-pane -D | |
bind k select-pane -U | |
bind l select-pane -R | |
#set -g status- bg black | |
set -g status-fg white | |
set -g status-left-length 20 | |
set -g status-right-length 20 | |
set -g mouse on | |
set -g @plugin 'tmux-plugins/tmux-resurrect' | |
#run '~/.tmux/plugins/tpm/tpm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment