btop+tmux
This commit is contained in:
+10
-3
@@ -12,9 +12,12 @@ set -g allow-passthrough
|
||||
set -g history-limit 100000
|
||||
set -g focus-events on
|
||||
|
||||
# screen colors
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -sa terminal-features ",xterm-256color:RGB"
|
||||
# Set the default terminal terminfo
|
||||
set -g default-terminal "foot"
|
||||
|
||||
# True color support (Tc) and undercurl support (Smol)
|
||||
set -as terminal-overrides ',foot:Tc'
|
||||
set -as terminal-overrides ',foot:Smol'
|
||||
|
||||
# Start with index 1
|
||||
set -g base-index 1
|
||||
@@ -77,6 +80,10 @@ bind D choose-client
|
||||
bind : command-prompt
|
||||
bind '~' show-messages
|
||||
|
||||
# Fix Home and End keys
|
||||
bind-key -n Home send-keys "\033[H"
|
||||
bind-key -n End send-keys "\033[F"
|
||||
|
||||
# Copy mode
|
||||
bind c copy-mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user