nixos-config/tmux/tmux.conf

32 lines
591 B
Text
Raw Normal View History

2024-10-22 11:53:19 -04:00
set -g set-titles on
set -g mouse off
unbind C-b
set -g prefix C-f
bind C-f send-prefix
2024-11-01 11:34:42 -04:00
unbind C-l
unbind l
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
2024-10-22 11:53:19 -04:00
#reload config file
bind r source-file ~/.config/tmux/tmux.conf
# nvim recommendations
set -sg escape-time 10
set -g focus-events on
set -sa terminal-overrides ',xterm-256color:RGB'
set -ag terminal-overrides ",xterm-256color:RGB"
set -g base-index 1
# default is 2000
2024-10-29 01:01:09 -04:00
set -g history-limit 9999999
2024-10-22 11:53:19 -04:00
set -as terminal-features ",kitty*:RGB"
source-file ~/.config/tmux/tokyonight_night.tmux