more config files
This commit is contained in:
parent
1b28ec5ec1
commit
1a25393183
22 changed files with 3628 additions and 1 deletions
30
private_dot_config/tmux/tmux.conf
Normal file
30
private_dot_config/tmux/tmux.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
set -g default-terminal tmux-256color
|
||||
set -g set-titles on
|
||||
set -g mouse off
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-f
|
||||
bind-key C-f send-prefix
|
||||
|
||||
bind -n M-h select-pane -L
|
||||
bind -n M-j select-pane -D
|
||||
bind -n M-k select-pane -U
|
||||
bind -n M-l select-pane -R
|
||||
|
||||
#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
|
||||
set -g history-limit 50000
|
||||
|
||||
set -as terminal-features ",kitty*:RGB"
|
||||
|
||||
source-file ~/.config/tmux/tokyonight_night.tmux
|
Loading…
Add table
Add a link
Reference in a new issue