Kaynağa Gözat

adding tmux-floax and binding to ctrl+`

Zander Hawke 1 yıl önce
ebeveyn
işleme
0a13ce811d
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      home/features/cli/tmux.nix

+ 6 - 0
home/features/cli/tmux.nix

@@ -30,6 +30,12 @@
         '';
       }
       vim-tmux-navigator
+      {
+        plugin = tmux-floax;
+        extraConfig = ''
+          set -g @floax-bind '-n C-`'
+        '';
+      }
       {
         plugin = yank;
         extraConfig = ''