From 6382bcebbf42a9e5bf02f5ac3c4f640182cdd734 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 3 May 2022 18:16:42 +0530 Subject: [PATCH] tmux: Set options for fuzzback --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d083d76..7cf8423 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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"