You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ~/.tmux.conf
set -g default-terminal "xterm"
setw -g mode-keys vi
set -g pane-border-status top
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "git cpu-usage ram-usage time"
set -g @dracula-show-powerline true
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-copycat'
# InitializeTMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '/tools/tmux/plugins/tpm/tpm'
run-shell '/tools/tmux/plugins/tmux-pain-control/pain_control.tmux'
run-shell '/tools/tmux/plugins/tmux-sensible/sensible.tmux'
run-shell '/tools/tmux/plugins/tmux-copycat/copycat.tmux'
When I press <prefix> + Ctrl + F, it always selects directories instead of files.