From 558104ac777a90fa6b97cc3840ade398b7128cd5 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Fri, 26 Jul 2024 22:01:44 -0700 Subject: [PATCH] Added keybinding to toggle relative numbering --- config/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config/default.nix b/config/default.nix index 769d9e7..73d72d3 100644 --- a/config/default.nix +++ b/config/default.nix @@ -35,12 +35,8 @@ keymaps = [ { - action = "Telescope find_files"; - key = "f"; - } - { - action = "Telescope live_grep"; - key = "g"; + action = ":set rnu!"; + key = "num"; } { action = ":TransparentToggle";