tmux: Set options for fuzzback

This commit is contained in:
Sanchayan Maity 2022-05-03 18:16:42 +05:30
parent 7653a07fda
commit 6382bcebbf
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ set -g @command-capture-key t
set -g @command-capture-prompt-pattern '] % '
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.
set-option -g default-terminal "tmux-256color"