This commit is contained in:
committer
2024-05-31 16:42:49 -05:00
parent 44dd357ca1
commit 5baed64475

View File

@@ -42,6 +42,7 @@ 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 b dragon
map e edit
map o &mimeopen $f # dedicated keys for file opener actions
map O $mimeopen --ask $f
map x $$f # execute current file (must be executable)