diff --git a/.twander b/.twander index 72535f5..381dcb2 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.70 2006/12/14 08:40:34 tundra Exp $ +# $Id: .twander,v 1.71 2006/12/15 05:18:57 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -12,6 +12,7 @@ # Variable Definitions # Directory Shortcuts # Wildcards +# Associations # Command Definitions # Conditional Expressions # Execution Variables @@ -300,6 +301,22 @@ # To easily enable this example configuration, globally # replace the string: "#-# " with a null or blank string. +#-# # Associations allow you to "associate" a type of file +#-# # with the program that handles it. +#-# +#-# ASSOC .txt vim [SELECTION] +#-# +#-# # The right-hand-side of an association statement can +#-# # contain pretty much anything you can use in a command +#-# # definition. +#-# +#-# # A special association for "default" operation is also +#-# # supported. If the user clicks on a file type without +#-# # a specific association, the default association (if any) +#-# # will be applied. +#-# +#-# ASSOC * emacs [SELECTION] +#-# #-# # Special variable(s) used below to trigger conditional logic #-# #-# # If you comment out or remove the following statement, the command @@ -429,7 +446,8 @@ #-# T new-terminal [TERMINAL] #-# V view [XTERM] [PAGER] [DSELECTIONS] #-# -#-# # Finally, some commands are only defined under some conditions +#-# +#-# # Some commands are only defined under some conditions #-# # In the following example, variable DD is only defined #-# # for posix systems AND if the POWERUSER variable has #-# # been set - this is all defined in the posix-specific