Created
September 7, 2022 18:39
-
-
Save vishalkg/4b9266e323f774a2f827f00fe6632e62 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 default-terminal xterm-256color | |
set -g prefix C-a | |
unbind-key C-b | |
bind-key C-a send-prefix | |
set -g mouse on | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
set-option -g renumber-windows on | |
set -g status-right-length 100 | |
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y <#(hostname | cut -d "." -f 1)>" | |
bind -n C-k send-keys -R \; send-keys C-l \; clear-history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment