/+ t (touch)
This commit is contained in:
@@ -41,11 +41,12 @@ map <c-delete> trash # control + delete - for no
|
|||||||
map <enter> shell # use enter for shell commands
|
map <enter> shell # use enter for shell commands
|
||||||
map <esc> :unselect; clear # clear all selected
|
map <esc> :unselect; clear # clear all selected
|
||||||
map ` !true # show the result of execution of previous commands
|
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 b multi-dragon
|
||||||
map e edit
|
map e edit
|
||||||
map o &xdg-open $f # dedicated keys for file opener actions
|
map o &xdg-open $f # dedicated keys for file opener actions
|
||||||
map <a-r> recol
|
map <a-r> recol
|
||||||
|
map t :push %touch<space>
|
||||||
map x $$f # execute current file (must be executable)
|
map x $$f # execute current file (must be executable)
|
||||||
map X !$f
|
map X !$f
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user