1
0

New colour scheme

Old otter style is saved in separate files.
This commit is contained in:
2024-05-28 21:16:06 +02:00
parent 1945d5a56d
commit e7881c0ae4
13 changed files with 185 additions and 51 deletions

View File

@ -13,6 +13,16 @@ bind-key -n 'M-h' select-pane -L
bind-key -n 'M-j' select-pane -D
bind-key -n 'M-k' select-pane -U
bind-key -n 'M-l' select-pane -R
# Map pane resize
bind-key -r -T prefix 'M-h' resize-pane -L 5
bind-key -r -T prefix 'M-j' resize-pane -D 5
bind-key -r -T prefix 'M-k' resize-pane -U 5
bind-key -r -T prefix 'M-l' resize-pane -R 5
bind h split-window -h
bind v split-window -v
@ -23,10 +33,11 @@ set-option -g allow-rename off
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'macchiato'
set -g @catppuccin_status_modules_right "application session"
set -g @catppuccin_status_modules_left ""
set -g @catppuccin_status_modules_right "host uptime application session"
set -s default-terminal 'xterm-256color'
setw -g mode-keys vi
# set some sanity options
# - This makes sure to keep the window/pane count starting at 1
setw -g base-index 1