clean unused tmux packages
This commit is contained in:
parent
4c2391ea4b
commit
9d4a0883e9
1 changed files with 0 additions and 21 deletions
21
tmux.conf
21
tmux.conf
|
|
@ -20,16 +20,6 @@ bind-key -n C-k select-pane -U
|
|||
bind-key -n C-l select-pane -R
|
||||
|
||||
|
||||
# status bar
|
||||
# set -g window-status-current-style 'fg=white'
|
||||
# set -g window-style default
|
||||
# set -g status-style "fg=#665c54"
|
||||
# set -g status-left-style "fg=#928374"
|
||||
# set -g status-bg default
|
||||
# set -g status-position top
|
||||
# set -g status-interval 1
|
||||
# set -g status-left ""
|
||||
#
|
||||
# count the panes from 1
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
|
@ -57,19 +47,8 @@ set -g @catppuccin_status_right_separator ""
|
|||
set -g @catppuccin_status_fill "icon"
|
||||
set -g @catppuccin_status_connect_separator "no"
|
||||
|
||||
set -g @catppuccin_directory_text "#{pane_current_path}"
|
||||
# List of plugins
|
||||
# set -g @plugins 'tmux-plugins/tpm' # tmux package manager
|
||||
# set -g @plugins 'tmux-plugins/tmux-resurrect' # persist tmux environment across system restarts
|
||||
# set -g @plugins 'tmux-plugins/tmux-continuum' # continuous saving of tmux environment
|
||||
# set -g @plugins 'tmux-plugins/tmux-yank' # for copying to system clipboard
|
||||
# set -g @plugins 'tmux-plugins/tmux-prefix-highlight' # highlights when you press tmux prefix key
|
||||
# set -g @plugins 'dracula/tmux'
|
||||
#
|
||||
#
|
||||
# # Dracula config
|
||||
# set -g @dracula-border-contrast true
|
||||
# set -g @dracula-show-fahrenheit false
|
||||
# set -g @dracula-show-weather false
|
||||
# set -g @dracula-ram-usage true
|
||||
# set -g @dracula-cpu-usage true
|
||||
|
|
|
|||
Loading…
Reference in a new issue