annual dotfiles push
This commit is contained in:
parent
5076968086
commit
7f3c29f8f3
12 changed files with 330 additions and 97 deletions
|
|
@ -5,8 +5,14 @@ setw -g mouse on
|
|||
set -g default-command "${SHELL}"
|
||||
|
||||
# Enable 256 color mode and TrueColor
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
# set -g default-terminal "tmux-256color"
|
||||
# set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
set -g default-terminal 'tmux-256color'
|
||||
|
||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||
set -as terminal-features ',*:usstyle'
|
||||
set -as terminal-features ',xterm*:RGB'
|
||||
set -as terminal-features ',alacritty*:RGB'
|
||||
|
||||
# Get rid of nvim escape delay
|
||||
set -s escape-time 0
|
||||
|
|
@ -32,8 +38,8 @@ set -g monitor-activity off
|
|||
set -g renumber-windows off
|
||||
|
||||
# Resize all windows to min size
|
||||
setw -g aggressive-resize off
|
||||
setw -g window-size smallest
|
||||
setw -g aggressive-resize on
|
||||
setw -g window-size latest
|
||||
|
||||
# Change history limit
|
||||
set -g history-limit 262144
|
||||
|
|
@ -41,5 +47,6 @@ set -g history-limit 262144
|
|||
# Source extra configs
|
||||
source-file ~/.config/tmux/theme.conf
|
||||
source-file ~/.config/tmux/keybinds.conf
|
||||
source-file ~/.config/tmux/keybinds-ru.conf
|
||||
source-file ~/.config/tmux/plugins.conf
|
||||
source-file ~/.config/tmux/vim.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue