aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-02 23:16:56 +0200
committerSoispha <soispha@vhack.eu>2023-09-02 23:16:56 +0200
commit1a115c33d6dd5f84b036ef8c0c09f72bc149c0d8 (patch)
tree61048d1d9d90568c4a9f038b078d839c9f9977a9
parentFix(hm/conf/lf/keybinds): Fix missing settings in the cd commands (diff)
downloadnixos-config-1a115c33d6dd5f84b036ef8c0c09f72bc149c0d8.zip
Fix(hm/conf/lf/keymappings): Add command to go to nixos-config
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/lf/keybindings/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix
index 282b2076..c7ac2fee 100644
--- a/hm/soispha/conf/lf/keybindings/default.nix
+++ b/hm/soispha/conf/lf/keybindings/default.nix
@@ -88,6 +88,7 @@
grni = "cd ~/repos/nix";
grno = "cd ~/repos/notes";
grnp = "cd ~/repos/nix/reference/nix/official/nixpkgs";
+ grnn = "cd ~/repos/nix/nixos-config";
grpe = "cd ~/repos/perl";
grpy = "cd ~/repos/python";
grr = "cd ~/repos/rust";