changed theme and removed some bad shortcuts
This commit is contained in:
parent
d03a4afa08
commit
03bea6119d
1 changed files with 12 additions and 5 deletions
17
.tmux.conf
17
.tmux.conf
|
@ -20,23 +20,30 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
||||
|
||||
# ─────────────────────────────────────────< Themes >─────────────────────────────────────────
|
||||
set -g @catppuccin_flavour 'mocha' # latte, frappe, mocha or macchiato
|
||||
# ─< catppuccin >─────────────────────────────────────────────────────────────────────────
|
||||
# set -g @catppuccin_flavour 'mocha' # latte, frappe, mocha or macchiato
|
||||
|
||||
# ─< tokyo-night >────────────────────────────────────────────────────────────────────────
|
||||
set -g @tokyo-night-tmux_window_id_style digital
|
||||
set -g @tokyo-night-tmux_pane_id_style hsquare
|
||||
set -g @tokyo-night-tmux_zoom_id_style dsquare
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# Split panes in current directory
|
||||
# ─< Split panes in current directory >───────────────────────────────────────────────────
|
||||
bind j split-window -v -c "#{pane_current_path}"
|
||||
bind h split-window -h -c "#{pane_current_path}"
|
||||
|
||||
# ─< Make pane fullscreen >─────────────────────────────────────────────────────────────────
|
||||
bind -n C-f resize-pane -Z
|
||||
|
||||
# ───────────────────────────────────< Navigate the panes >───────────────────────────────────
|
||||
# ─< Switch to the left pane with Prefix + h >────────────────────────────────────────────────
|
||||
|
||||
bind -n C-h select-pane -L
|
||||
|
||||
# ─< Switch to the right pane with Prefix + l >───────────────────────────────────────────────
|
||||
bind -n C-l select-pane -R
|
||||
|
||||
# ─< Switch to the downer pane with Prefix + j (optional) >─────────────────────────────────────
|
||||
bind -n C-j select-pane -D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue