User Tools

Site Tools


linux:user:tmux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:user:tmux [2022/01/17 15:36] stonelinux:user:tmux [2023/11/10 10:24] (current) stone
Line 66: Line 66:
  
 # Pane Colors # Pane Colors
-set -g pane-border-style fg='#303030+set -g pane-border-style fg='#7d8599
-set -g pane-active-border-style fg='#1f618d'+set -g pane-active-border-style fg='#7ac1f0'
  
  
Line 74: Line 74:
 set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1
 set-option -g renumber-windows on set-option -g renumber-windows on
 +
 +
 +# Dont Jump after copy some text in vi mode
 +#bind-key V \
 +#       set -g mode-keys vi on \;\
 +#       display-message 'VI Mode on'
 +
 +#bind-key v \
 +#       set -g mode-keys vi off \;\
 +#       display-message 'VI Mode off'
 +
 +#bind-key -T copy-mode C-w send-keys -X copy-selection
 +#bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-selection
 +#bind-key -T copy-mode M-w send-keys -X copy-selection
 +#bind-key -T copy-mode-vi C-j send-keys -X copy-selection
 +#bind-key -T copy-mode-vi Enter send-keys -X copy-selection
 +#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection
  
  
 # Clock color # Clock color
-set-window-option -g clock-mode-colour fg='#1f618d+#set-window-option -g clock-mode-colour fg='#1f618d
 + 
 +# TPM 
 +#set -g @plugin 'tmux-plugins/tpm' 
 +#set -g @plugin 'tmux-plugins/tmux-sensible' 
 +#run-shell '~/.tmux/plugins/tpm/tpm' 
 + 
 + 
 +# Nord Theme 
 +# https://github.com/arcticicestudio/nord-tmux 
 +# run-shell "~/.tmux/themes/nord-tmux/nord.tmux
 </code> </code>
  
linux/user/tmux.1642433764.txt.gz · Last modified: by stone