diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 20:44:26 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 20:44:26 +0200 |
commit | c7963f3d30d2559ea1501e667ad3f8cbeffe59e3 (patch) | |
tree | ca92ee9054eb72dca2c35dc7be4c5eb5cee952d0 /hm | |
parent | fix(hm/conf/taskwarrior/hooks): Check in every hook the started tasks (diff) | |
download | nixos-config-c7963f3d30d2559ea1501e667ad3f8cbeffe59e3.tar.gz nixos-config-c7963f3d30d2559ea1501e667ad3f8cbeffe59e3.zip |
fix(hm/conf/lf/keybinds): Add keymap to go to nixos-server config
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/keybindings/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/keybindings/default.nix b/hm/soispha/conf/lf/keybindings/default.nix index c7ac2fee..02db81c2 100644 --- a/hm/soispha/conf/lf/keybindings/default.nix +++ b/hm/soispha/conf/lf/keybindings/default.nix @@ -85,10 +85,13 @@ grjs = "cd ~/repos/java_script"; grl = "cd ~/repos/lua"; grmd = "cd ~/repos/mark_down"; - grni = "cd ~/repos/nix"; grno = "cd ~/repos/notes"; + # --- + "grn." = "cd ~/repos/nix"; grnp = "cd ~/repos/nix/reference/nix/official/nixpkgs"; grnn = "cd ~/repos/nix/nixos-config"; + grns = "cd ~/repos/nix/server/nixos-server"; + # --- grpe = "cd ~/repos/perl"; grpy = "cd ~/repos/python"; grr = "cd ~/repos/rust"; |