Last active
August 22, 2023 05:21
-
-
Save ww24/f4e38ba96f4f0c7022b1c5d27aa37041 to your computer and use it in GitHub Desktop.
tmux
This file contains 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 3.3a | |
# Use vim keybindings in copy mode | |
setw -g mode-keys vi | |
# enable mouse | |
set-option -g mouse on | |
set-option -g history-limit 10000 | |
# status line | |
set-option -g status-bg "colour238" | |
set-option -g status-fg "colour255" | |
set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %m/%d %H:%M" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment