Skip to content

Issue with tmux-copycat Plugin: <prefix> + Ctrl + F Selects Directories Instead of Files #154

@chan15

Description

@chan15

Here is my tmux configuration:

# ~/.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'

# Initialize TMUX 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions