diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-12 22:54:20 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-12 22:54:20 +0530 |
commit | 92944006e728ade7338db81ef81c27716b247c81 (patch) | |
tree | 3c04bee89943d8adeb2ff66e2e5c2ea344698785 /src/config/files/shell/.tmux.conf | |
parent | 141bdfee6f9d6b8e36d3b78d4dcc1c05a414736b (diff) |
Update shell configuration
Diffstat (limited to 'src/config/files/shell/.tmux.conf')
-rw-r--r-- | src/config/files/shell/.tmux.conf | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/src/config/files/shell/.tmux.conf b/src/config/files/shell/.tmux.conf deleted file mode 100644 index 2896f30..0000000 --- a/src/config/files/shell/.tmux.conf +++ /dev/null @@ -1,60 +0,0 @@ -set-option -g activity-action other -set-option -g assume-paste-time 1 -set-option -g base-index 0 -set-option -g bell-action any -set-option -g default-command '' -set-option -g default-shell /bin/zsh -set-option -g default-size 80x24 -set-option -g destroy-unattached off -set-option -g detach-on-destroy on -set-option -g display-panes-active-colour red -set-option -g display-panes-colour blue -set-option -g display-panes-time 1000 -set-option -g display-time 750 -set-option -g history-limit 4000 -set-option -g key-table root -set-option -g lock-after-time 0 -set-option -g lock-command "lock -np" -set-option -g message-command-style bg=black,fg=yellow -set-option -g message-style bg=yellow,fg=black -set-option -g mouse on -set-option -g prefix C-a -set-option -g prefix2 None -set-option -g renumber-windows on -set-option -g repeat-time 1000 -set-option -g set-titles off -set-option -g set-titles-string "#S:#I:#W - \"#T\" #{session_alerts}" -set-option -g silence-action other -set-option -g status on -set-option -g status-bg default -set-option -g status-fg default -set-option -g status-format[0] "#[align=left range=left #{E:status-left-style}]#[push-default]#{T;=/#{status-left-length}:status-left}#[pop-default]#[norange default]#[list=on align=#{status-justify}]#[list=left-marker]<#[list=right-marker]>#[list=on]#{W:#[range=window|#{window_index} #{E:window-status-style}#{?#{&&:#{window_last_flag},#{!=:#{E:window-status-last-style},default}}, #{E:window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{E:window-status-bell-style},default}}, #{E:window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{E:window-status-activity-style},default}}, #{E:window-status-activity-style},}}]#[push-default]#{T:window-status-format}#[pop-default]#[norange default]#{?window_end_flag,,#{window-status-separator}},#[range=window|#{window_index} list=focus #{?#{!=:#{E:window-status-current-style},default},#{E:window-status-current-style},#{E:window-status-style}}#{?#{&&:#{window_last_flag},#{!=:#{E:window-status-last-style},default}}, #{E:window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{E:window-status-bell-style},default}}, #{E:window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{E:window-status-activity-style},default}}, #{E:window-status-activity-style},}}]#[push-default]#{T:window-status-current-format}#[pop-default]#[norange list=on default]#{?window_end_flag,,#{window-status-separator}}}#[nolist align=right range=right #{E:status-right-style}]#[push-default]#{T;=/#{status-right-length}:status-right}#[pop-default]#[norange default]" -set-option -g status-format[1] "#[align=centre]#{P:#{?pane_active,#[reverse],}#{pane_index}[#{pane_width}x#{pane_height}]#[default] }" -set-option -g status-interval 15 -set-option -g status-justify left -set-option -g status-keys vi -set-option -g status-left "[#{session_name}] " -set-option -g status-left-length 10 -set-option -g status-left-style default -set-option -g status-position bottom -set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" -set-option -g status-right-length 40 -set-option -g status-right-style default -set-option -g status-style bg=green,fg=black -set-option -g update-environment[0] DISPLAY -set-option -g update-environment[1] KRB5CCNAME -set-option -g update-environment[2] SSH_ASKPASS -set-option -g update-environment[3] SSH_AUTH_SOCK -set-option -g update-environment[4] SSH_AGENT_PID -set-option -g update-environment[5] SSH_CONNECTION -set-option -g update-environment[6] WINDOWID -set-option -g update-environment[7] XAUTHORITY -set-option -g visual-activity off -set-option -g visual-bell off -set-option -g visual-silence off -set-option -g word-separators "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~" -set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @resurrect-strategy-vim 'session' -set -g @resurrect-strategy-nvim 'session' -run '~/.tmux/plugins/tpm/tpm' - |