Unify desktop theming around Rider palette
This commit is contained in:
@@ -18,6 +18,13 @@ bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
# Split panes in the same directory
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
||||
# New window in same directory
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
# list of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
# set -g @plugin '2kabhishek/tmux2k'
|
||||
@@ -38,3 +45,6 @@ set -g @catppuccin_window_current_text "#W"
|
||||
|
||||
# initialize TMUX plugin manager
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# Shared Rider palette overrides
|
||||
source-file ~/.config/rider-palette/tmux.conf
|
||||
|
||||
Reference in New Issue
Block a user