diff --git a/home/common/core/nixvim/keymaps.nix b/home/common/core/nixvim/keymaps.nix index ae02fd7..3e92f0a 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"]; @@ -113,5 +111,33 @@ action = ": resize +1"; options = {noremap = true;}; } + + # indent line in or out + { + mode = ["v"]; + key = "<"; + action = "