From d3cf892061fbc8d27153baf1918f0b8d9a41f0df Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Sun, 14 Jul 2024 13:29:24 +0200 Subject: [PATCH] Neogit: update keymaps --- modules/editor/vim.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/modules/editor/vim.nix b/modules/editor/vim.nix index cbd23c8..d80d5a5 100644 --- a/modules/editor/vim.nix +++ b/modules/editor/vim.nix @@ -160,27 +160,27 @@ in { { key = "sh"; action = "Telescope help_tags"; - options.desc = "[S]earch [H]elp"; + options.desc = "Search help"; } { key = "sk"; action = "Telescope keymaps"; - options.desc = "[S]earch [K]eymaps"; + options.desc = "Search keymaps"; } { key = "ss"; action = "Telescope"; - options.desc = "[S]earch [S]elect Telescope"; + options.desc = "Search select Telescope"; } { key = "/"; action = "Telescope live_grep layout_strategy=vertical"; - options.desc = "Search with rg"; + options.desc = "Grep (root dir)"; } { key = "sR"; action = "Telescope resume"; - options.desc = "[S]earch [R]esume"; + options.desc = "Search resume"; } { key = "cx"; @@ -219,6 +219,12 @@ in { { key = "bb"; action = "Telescope buffers layout_strategy=vertical"; + options.desc = "Switch buffer"; + } + { + key = ","; + action = "Telescope buffers layout_strategy=vertical"; + options.desc = "Switch buffer"; } { key = "bn";