Selaa lähdekoodia

adding tmux-floax and binding to ctrl+`

Zander Hawke 1 vuosi sitten
vanhempi
sitoutus
0a13ce811d
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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 = ''