mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added a custom keybind for displaying bpytop
This commit is contained in:
@@ -51,6 +51,9 @@ unbind '"'
|
|||||||
# Unbinding the old keybind for splitting the pane horizontally
|
# Unbinding the old keybind for splitting the pane horizontally
|
||||||
unbind %
|
unbind %
|
||||||
|
|
||||||
|
# Custom popup for system monitoring
|
||||||
|
bind-key m display-popup -w 85% -h 85% -E "bpytop"
|
||||||
|
|
||||||
# Disable completely the mouse
|
# Disable completely the mouse
|
||||||
set -g mouse off
|
set -g mouse off
|
||||||
|
|
||||||
@@ -68,7 +71,7 @@ set-option -g focus-events on
|
|||||||
|
|
||||||
# Terminal feature specific to Neovim
|
# Terminal feature specific to Neovim
|
||||||
set-option -sa terminal-overrides ',tmux-256color:Tc'
|
set-option -sa terminal-overrides ',tmux-256color:Tc'
|
||||||
set-option -as terminal-features ',xterm-kitty:RGB'
|
set-option -as terminal-features ',*:RGB'
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user