Update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user