This commit is contained in:
2019-02-01 22:49:15 -05:00
parent eb726a13c9
commit 64311dfb06
10 changed files with 45 additions and 21 deletions

View File

@@ -274,14 +274,14 @@ map ? help
map W display_log
# map w taskview_open
# map S shell $SHELL
map S shell fish -C "cd %d"
map s shell fish -C "cd %d"
map : console
map ; console
map ! console shell%space
map @ console -p6 shell %%s
map # console shell -p%space
map s console shell%space
map S console shell%space
map r chain draw_possible_programs; console open_with%%space
map f console find%space
map cd console cd%space

View File

@@ -77,12 +77,12 @@ handle_extension() {
exit 1;;
# HTML
htm|html|xhtml)
# Preview as text conversion
w3m -dump "${FILE_PATH}" && exit 5
lynx -dump -- "${FILE_PATH}" && exit 5
elinks -dump "${FILE_PATH}" && exit 5
;; # Continue with next handler on failure
# htm|html|xhtml)
# # Preview as text conversion
# w3m -dump "${FILE_PATH}" && exit 5
# lynx -dump -- "${FILE_PATH}" && exit 5
# elinks -dump "${FILE_PATH}" && exit 5
# ;; # Continue with next handler on failure
# htm|html|xhtml)
# # Preview as text conversion