various updates
This commit is contained in:
@ -84,6 +84,9 @@ ext x?html?, has w3m, terminal = w3m "$@"
|
||||
#-------------------------------------------
|
||||
# Misc
|
||||
#-------------------------------------------
|
||||
#Import calendar files into calcurse
|
||||
mime text/calendar, has calcurse, flag f = calendaradd "$@"
|
||||
|
||||
# Define the "editor" for text files as first action
|
||||
mime ^text, label editor = ${VISUAL:-$EDITOR} -- "$@"
|
||||
mime ^text, label pager = "$PAGER" -- "$@"
|
||||
|
Reference in New Issue
Block a user