diff options
author | Soispha <soispha@vhack.eu> | 2023-06-25 21:09:18 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-25 21:16:14 +0200 |
commit | 9a893e439c6df78352565fd9125f92f6dde516e8 (patch) | |
tree | 9e1efa203bad358aaf1d9e835cad1ed67f0c5ffe /home-manager | |
parent | Fix(hm/conf/lf): Update icons to nerdfonts v3 (diff) | |
download | nixos-config-9a893e439c6df78352565fd9125f92f6dde516e8.tar.gz nixos-config-9a893e439c6df78352565fd9125f92f6dde516e8.zip |
Fix(hm/conf/lf): Add html repo keybinding
Diffstat (limited to 'home-manager')
-rw-r--r-- | home-manager/config/lf/keybindings/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/config/lf/keybindings/default.nix b/home-manager/config/lf/keybindings/default.nix index 24c0342c..bd11f3e3 100644 --- a/home-manager/config/lf/keybindings/default.nix +++ b/home-manager/config/lf/keybindings/default.nix @@ -88,6 +88,7 @@ grpy = "cd ~/repos/python"; grpe = "cd ~/repos/perl"; grahk = "cd ~/repos/auto_hot_key"; + grh = "cd ~/repos/html"; # ------------- "gm." = "cd ~/media"; gmp = "cd ~/media/pictures"; |