Tmux config updated.
This commit is contained in:
parent
fb9b6e96ff
commit
a45d78247c
@ -1,6 +1,5 @@
|
|||||||
# Plugind
|
# Plugind
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
# set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
|
|
||||||
# Install `tpm` if needed.
|
# Install `tpm` if needed.
|
||||||
@ -49,6 +48,7 @@ set-option -g default-terminal "tmux-256color"
|
|||||||
set-option -sa terminal-features ',xterm-256color:RGB'
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||||
set-option -sg escape-time 1
|
set-option -sg escape-time 1
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
set-option -g status-right-length 100
|
||||||
|
|
||||||
# set -g allow-passthrough on
|
# set -g allow-passthrough on
|
||||||
# set -g extended-keys on
|
# set -g extended-keys on
|
||||||
|
|||||||
@ -127,9 +127,9 @@ cargo install starship --locked
|
|||||||
printf -- '\033[33m Installing fd\n\033[37m'
|
printf -- '\033[33m Installing fd\n\033[37m'
|
||||||
sudo apt install -y fd-find
|
sudo apt install -y fd-find
|
||||||
|
|
||||||
# Install lan-mouse
|
# # Install lan-mouse
|
||||||
sudo apt install -y libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
|
# sudo apt install -y libadwaita-1-dev libgtk-4-dev libx11-dev libxtst-dev
|
||||||
cargo install lan-mouse
|
# cargo install lan-mouse
|
||||||
|
|
||||||
# Install lazygit
|
# Install lazygit
|
||||||
printf -- '\033[33m Installing lazygit\n\033[37m'
|
printf -- '\033[33m Installing lazygit\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user