diff options
author | Soispha <soispha@vhack.eu> | 2023-09-02 23:16:56 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-02 23:16:56 +0200 |
commit | 1a115c33d6dd5f84b036ef8c0c09f72bc149c0d8 (patch) | |
tree | 61048d1d9d90568c4a9f038b078d839c9f9977a9 /hm/soispha/conf | |
parent | Fix(hm/conf/lf/keybinds): Fix missing settings in the cd commands (diff) | |
download | nixos-config-1a115c33d6dd5f84b036ef8c0c09f72bc149c0d8.zip |
Fix(hm/conf/lf/keymappings): Add command to go to nixos-config
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 1 |
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"; |