Update .tmux.conf

Update .config/alacritty/alacritty.toml
Update .config/niri/binds.kdl
Update .config/niri/config.kdl
Update .config/niri/windowrules.kdl
Update .config/nvim/init.lua
This commit is contained in:
Lewis Wynne 2025-12-12 05:10:57 +00:00
parent 516e38c638
commit 924ebd5cb9
6 changed files with 14 additions and 59 deletions

View file

@ -28,8 +28,8 @@ bind-key -n M-z resize-pane -Z # pane zoom
bind-key -n M-w confirm-before -p "are you sure you want to kill #P?" kill-pane
set-option -g prefix ` # "
set-option -g default-terminal "$TERM" # 256-colors
set-option -ag terminal-overrides ",$TERM:Tc" # "
set-option -g default-terminal "xterm" # 256-colors
# set-option -ag terminal-overrides ",$TERM:Tc" # "
set-option -s escape-time 0 # vi-mode switch delay
set-option -g history-limit 50000 # scrollback buffer size
set-option -g display-time 6000 # tmux msg display duration