linux:user:tmux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:user:tmux [2022/01/17 15:36] – stone | linux: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 \;\ | ||
| + | # | ||
| + | |||
| + | #bind-key v \ | ||
| + | # set -g mode-keys vi 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='# | + | #set-window-option -g clock-mode-colour fg='# |
| + | |||
| + | # TPM | ||
| + | #set -g @plugin ' | ||
| + | #set -g @plugin ' | ||
| + | #run-shell ' | ||
| + | |||
| + | |||
| + | # Nord Theme | ||
| + | # https:// | ||
| + | # run-shell " | ||
| </ | </ | ||
linux/user/tmux.1642433764.txt.gz · Last modified: by stone
