initial commit
This commit is contained in:
19
tmux/.tmux.conf
Normal file
19
tmux/.tmux.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# ─── plugins ──────────────────────────────────────────────────────────────────
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# ─── mouse ────────────────────────────────────────────────────────────────────
|
||||
set -g mouse on
|
||||
|
||||
# ─── navigation ───────────────────────────────────────────────────────────────
|
||||
bind -n C-n next-window
|
||||
bind -n C-p previous-window
|
||||
|
||||
# ─── catppuccin ───────────────────────────────────────────────────────────────
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @catppuccin_flavour 'mocha'
|
||||
set -g @catppuccin_window_text " #W"
|
||||
set -g @catppuccin_window_current_text " #W"
|
||||
|
||||
# ─── initialize tpm (keep at bottom) ──────────────────────────────────────────
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
Reference in New Issue
Block a user