Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<prefix> + Ctrl + F not launching tmux-fzf #45

Open
cocoonkid opened this issue Aug 2, 2021 · 1 comment
Open

<prefix> + Ctrl + F not launching tmux-fzf #45

cocoonkid opened this issue Aug 2, 2021 · 1 comment

Comments

@cocoonkid
Copy link

cocoonkid commented Aug 2, 2021

possible duplicate of #34

I cannot make it work on Arch Linux. Tmux 3.2a .

I also tried remapping via TMUX_FZF_LAUNCH_KEY="C-f"

fzf is found and is available on the prompt with ctrl + T.

My only other bindings are:

unbind C-b
set-option -g prefix C-a
bind-key C-a last-window

### Allows us to use C-a a <command> to send commands to a TMUX session inside another TMUX session
bind-key a send-prefix 

# Activity monitoring
#setw -g monitor-activity on
#set -g visual-activity on

# Example of using a shell command in the status line
#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)"

# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf

### split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %

# Activity monitoring
setw -g monitor-activity on
set -g visual-activity on

# v and y for selection in copy mode
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
 
# tmux fzf
#TMUX_FZF_LAUNCH_KEY="C-f"

# hjkl pane traversal
bind -n M-h select-pane -L
bind -n M-j select-pane -D
bind -n M-k select-pane -U
bind -n M-l select-pane -R
@cocoonkid
Copy link
Author

I found that Ctrl + F works now.
But it works even though
#TMUX_FZF_LAUNCH_KEY="C-f"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant