diff --git a/home/common/core/nixvim/keymaps.nix b/home/common/core/nixvim/keymaps.nix index ae02fd7..f405efa 100644 --- a/home/common/core/nixvim/keymaps.nix +++ b/home/common/core/nixvim/keymaps.nix @@ -1,13 +1,11 @@ { - programs.nixvim.keymaps = [ +programs.nixvim.keymaps = [ # Switching buffers { mode = ["n"]; action = "h"; key = ""; - options = { - silent = true; - }; + options = {silent = true;}; } { mode = ["n"]; @@ -52,35 +50,6 @@ options = {noremap = true;}; } - # Telescope Plugin - { - # find files - mode = ["n"]; - key = "ff"; - action = "Telescope find_files"; - options = {noremap = true;}; - } - { - # live grep - mode = ["n"]; - key = "fg"; - action = "Telescope live_grep"; - options = {noremap = true;}; - } - { - # buffers - mode = ["n"]; - key = "fb"; - action = "Telescope buffers"; - options = {noremap = true;}; - } - { - # help tags - mode = ["n"]; - key = "fh"; - action = "Telescope help_tags"; - options = {noremap = true;}; - } # paste over selected text without yanking it { mode = ["v"]; @@ -113,5 +82,33 @@ action = ": resize +1"; options = {noremap = true;}; } + + # indent line in or out + { + mode = ["v"]; + key = "<"; + action = "