From 61a5e18cb8189d7fa2aab52481b801a2f5026f71 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 23 Oct 2024 12:42:16 +0200 Subject: fix(modules/legacy/conf/nvim/mappings): Use the better `` and `` mappings They are now possible, as alacritty has gained support for these. --- modules/home.legacy/conf/nvim/mappings/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'modules/home.legacy') diff --git a/modules/home.legacy/conf/nvim/mappings/default.nix b/modules/home.legacy/conf/nvim/mappings/default.nix index af800d22..40f1a377 100644 --- a/modules/home.legacy/conf/nvim/mappings/default.nix +++ b/modules/home.legacy/conf/nvim/mappings/default.nix @@ -40,17 +40,13 @@ options.desc = "confirm the selected item"; } - # FIXME: Add the below keymappings, when alacritty gets support for the kitty - # keyboard protocol <2023-08-29> { - # "" - key = "ztn"; + key = ""; action = "tabnext"; options.desc = "cycle to the next tab"; } { - # "" - key = "ztp"; + key = ""; action = "tabprevious"; options.desc = "cycle to the previous tab"; } -- cgit 1.4.1