This commit is contained in:
Christian Nieves
2022-10-19 07:00:49 +00:00
parent babb0aadf0
commit 3c8c7d699b
5 changed files with 9 additions and 7 deletions

View File

@ -71,7 +71,6 @@ bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-j) || tmux select-pane -D"
bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
#bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys 'C-\\') || tmux select-pane -l"
# allowd pane-navigation while in copy-mode
bind-key -T copy-mode-vi C-h select-pane -L
@ -96,14 +95,11 @@ bind-key C-a set-option -g prefix C-a
# No delay for escape key press
set -sg escape-time 0
#set -g @continuum-restore 'off'
#set -g @resurrect-save-shell-history 'on'
#set -g @resurrect-strategy-vim 'session'
#set -g @themepack 'powerline/double/cyan'
source-file "${HOME}/.tmux/osiris-theme.conf"
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #W "
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #W "
# List of plugins
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
@ -113,5 +109,7 @@ set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-cowboy' # Kill process in pane w/ prefix+*
#set -g @plugin 'odedlaz/tmux-onedark-theme'
# set -g @catppuccin_flavour 'latte' # or frappe, macchiato, mocha
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'