Skip to content

Instantly share code, notes, and snippets.

@vishalkg
Created September 7, 2022 18:39
Show Gist options
  • Save vishalkg/4b9266e323f774a2f827f00fe6632e62 to your computer and use it in GitHub Desktop.
Save vishalkg/4b9266e323f774a2f827f00fe6632e62 to your computer and use it in GitHub Desktop.
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