URI:
       tmux: fix keybindings with weechat - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 23ac05db26e211b7afd6fac399ef2df0ff659ab7
   DIR parent 13366ae97ec1225f4b1288fc1b7bb33a2dd74bf4
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Mon, 23 Sep 2024 19:03:14 +0200
       
       tmux: fix keybindings with weechat
       
       Diffstat:
         M tmux/.config/tmux/tmux.conf         |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
       @@ -96,6 +96,12 @@ set -g @plugin 'aserowy/tmux.nvim'
        set -g @plugin 'MunifTanjim/tmux-mode-indicator'
        set -g @plugin 'sainnhe/tmux-fzf'
        
       +# M-j conflicts with weechat, let's use shift for now
       +set -g @tmux-nvim-resize-keybinding-left 'M-H'
       +set -g @tmux-nvim-resize-keybinding-down 'M-J'
       +set -g @tmux-nvim-resize-keybinding-up 'M-K'
       +set -g @tmux-nvim-resize-keybinding-right 'M-L'
       +
        # mode indicator
        set -g @mode_indicator_empty_prompt ' ◇  '
        set -g @mode_indicator_prefix_prompt ' ◈  '