tmux: Set options for fuzzback
This commit is contained in:
parent
7653a07fda
commit
6382bcebbf
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ set -g @command-capture-key t
|
||||||
set -g @command-capture-prompt-pattern '] % '
|
set -g @command-capture-prompt-pattern '] % '
|
||||||
set -g @command-capture-editor-cmd 'nvim -R'
|
set -g @command-capture-editor-cmd 'nvim -R'
|
||||||
|
|
||||||
|
# Fuzzback
|
||||||
|
set -g @fuzzback-popup 1
|
||||||
|
set -g @fuzzback-popup-size '90%'
|
||||||
|
|
||||||
# This effects color rendering and typing on terminal.
|
# This effects color rendering and typing on terminal.
|
||||||
set-option -g default-terminal "tmux-256color"
|
set-option -g default-terminal "tmux-256color"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue