-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I just installed this plugin. I saw the screencast and it looks very fast. However, on my machine it takes around 1 second
to find a match. Not sure what did I do wrong. Here's my tmux config:
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# don't rename windows automatically
set-option -g allow-rename off
# allow mouse to scroll
set -g mouse on
# scrolling 1 per line
set -g @scroll-speed-num-lines-per-scroll "1"
# themepack theme
set -g @themepack 'powerline/block/gray'
# We want tmux to support 256 colors and allow itallics
set -g default-terminal 'tmux-256color'
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @plugin 'jimeh/tmux-themepack'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
cormacrelf, kleetus, jaoki, joaosa, bjornfor and 8 more
Metadata
Metadata
Assignees
Labels
No labels