Explorar o código

adding tmux-floax and binding to ctrl+`

Zander Hawke hai 1 ano
pai
achega
0a13ce811d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 = ''