diff --git a/.twander b/.twander index 416c8a8..8a90a3a 100644 --- a/.twander +++ b/.twander @@ -1,5 +1,5 @@ # 'twander' Configuration File Example -# $Id: .twander,v 1.46 2003/02/15 22:02:53 tundra Exp $ +# $Id: .twander,v 1.47 2003/02/17 19:19:20 tundra Exp $ # # Contains list of all possible variables (and defaults, if any) for: # @@ -256,9 +256,9 @@ # = dd [VSHELL] 'dd if=[PROMPT:In File?] of=[PROMPT:Out File?] | [$PAGER]' # V view [XTERM] [$PAGER] [DSELECTIONS] -# a any-command [VSHELL] '[PROMPT:Enter Command] [PROMPT:Enter Command Arguments] | [$PAGER]' # d delete [XTERM] rm -i [DSELECTIONS] -# e edit [$EDITOR] [DSELECTIONS] +# e edit [$EDITOR] [DSELECTIONS] # Use this version for GUI-aware editors (like emacs) +# e edit [XTERM] [$EDITOR] [DSELECTIONS] # Use this version non-GUI editors (like vi) # l ls [VSHELL] '/bin/ls -al ./ | [$PAGER]' # p print lpr [DSELECTIONS] & # s showselected [XTERM] bash -c 'echo [DIR] "--->" [DSELECTION] "--->" [DSELECTIONS] "--->" [SELECTION] "--->" [SELECTIONS] | [$PAGER] '