about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-01 20:44:26 +0200
committerSoispha <soispha@vhack.eu>2023-10-01 20:44:26 +0200
commitc7963f3d30d2559ea1501e667ad3f8cbeffe59e3 (patch)
treeca92ee9054eb72dca2c35dc7be4c5eb5cee952d0 /hm
parentfix(hm/conf/taskwarrior/hooks): Check in every hook the started tasks (diff)
downloadnixos-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.nix5
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";