about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-30 16:26:40 +0200
committerSoispha <soispha@vhack.eu>2023-08-30 16:26:40 +0200
commit9bbbae9e298092aec44f7f849559670ca121e158 (patch)
tree8ef2a9251f3f37cc1f45cbe3563bf93ac35f4b5e /hm
parentchore(version): v1.9.0 (diff)
downloadnixos-config-9bbbae9e298092aec44f7f849559670ca121e158.zip
Fix(hm/conf/nvim/mappings): Switch `gg` to `uu`
Commit b625cac35a8bacd2cfbb430347fc6b5f918d82db should already have done
this, but sort of missed the letters.
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/mappings/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/mappings/default.nix b/hm/soispha/conf/nvim/mappings/default.nix
index cacd5f72..1f778d24 100644
--- a/hm/soispha/conf/nvim/mappings/default.nix
+++ b/hm/soispha/conf/nvim/mappings/default.nix
@@ -30,7 +30,7 @@
             lua = true;
             desc = "completion trigger/ forward in completen menu";
           };
-          "gg" = {
+          "uu" = {
             action = ''
               function()
                 local cmp = require('cmp');