From 21275155e4986bfbcf05badac114a315677db2fc Mon Sep 17 00:00:00 2001 From: fro Date: Sun, 16 Nov 2025 13:38:44 -0500 Subject: [PATCH] /+ t (touch) --- dots/lf/lfrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/lf/lfrc b/dots/lf/lfrc index 89ae095..8625913 100644 --- a/dots/lf/lfrc +++ b/dots/lf/lfrc @@ -41,11 +41,12 @@ map trash # control + delete - for no map shell # use enter for shell commands map :unselect; clear # clear all selected map ` !true # show the result of execution of previous commands -map a :push %mkdir # mkdir command. See wiki if you want it to select created dir +map a :push %mkdir # mkdir command. See wiki if you want it to select created dir | :push is used to keybind these commands to avoid typing (e.g. map a :push %mkdir) | https://github.com/gokcehan/lf/wiki/FAQ map b multi-dragon map e edit map o &xdg-open $f # dedicated keys for file opener actions map recol +map t :push %touch map x $$f # execute current file (must be executable) map X !$f