about summary refs log tree commit diff stats
path: root/hm/soispha
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha')
-rw-r--r--hm/soispha/conf/nvim/mappings/default.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/mappings/default.nix b/hm/soispha/conf/nvim/mappings/default.nix
index 1d00b0a4..b73db9c9 100644
--- a/hm/soispha/conf/nvim/mappings/default.nix
+++ b/hm/soispha/conf/nvim/mappings/default.nix
@@ -43,6 +43,20 @@
         }
         normal_and_insert;
       normalVisualOp = {
+        # FIXME: Add the below keymappings, when alacritty gets support for the kitty
+        # keyboard protocol <2023-08-29>
+
+        # "<C-Tab>"
+        "ztn" = {
+          action = "<cmd>tabnext<CR>";
+          desc = "cycle to the next tab";
+        };
+        # "<S-C-Tab>"
+        "ztp" = {
+          action = "<cmd>tabprevious<CR>";
+          desc = "cycle to the previous tab";
+        };
+
         # yank/ cut to the system clipboard
         "<leader>y" = {
           action = "\"+y";