/+ t (touch)

This commit is contained in:
fro
2025-11-16 13:38:44 -05:00
parent cac2a53b01
commit 21275155e4

View File

@@ -41,11 +41,12 @@ map <c-delete> trash # control + delete - for no
map <enter> shell # use enter for shell commands
map <esc> :unselect; clear # clear all selected
map ` !true # show the result of execution of previous commands
map a :push %mkdir<space> # mkdir command. See wiki if you want it to select created dir
map a :push %mkdir<space> # 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<space>) | 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 <a-r> recol
map t :push %touch<space>
map x $$f # execute current file (must be executable)
map X !$f