From a082c240d12541d12969a383d182eaccf913fa32 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:07:51 +0200 Subject: Fix(hm/conf/lf): Split file creation and edit of the made file cmds I mostly create files from vim, thus editing them in the terminal with created them is useless. --- home-manager/soispha/config/lf/keybindings/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home-manager/soispha/config/lf/keybindings') diff --git a/home-manager/soispha/config/lf/keybindings/default.nix b/home-manager/soispha/config/lf/keybindings/default.nix index bd11f3e3..34286944 100644 --- a/home-manager/soispha/config/lf/keybindings/default.nix +++ b/home-manager/soispha/config/lf/keybindings/default.nix @@ -54,6 +54,7 @@ mk = "mk_ln"; mf = "mk_file"; + me = "mk_file_and_edit"; md = "mk_dir"; ms = "mk_scr_default"; mt = "mk_scr_temp"; -- cgit 1.4.1