equal
deleted
inserted
replaced
48 # This variable, when set to `on', causes Readline to display an asterisk |
48 # This variable, when set to `on', causes Readline to display an asterisk |
49 # ('*') at the start of history lines which have been modified. This variable |
49 # ('*') at the start of history lines which have been modified. This variable |
50 # is 'off' by default. |
50 # is 'off' by default. |
51 set mark-modified-lines off |
51 set mark-modified-lines off |
52 |
52 |
|
53 $if Bash |
|
54 # Invoke an editor on the current command line, and execute the result as |
|
55 # shell commands. Bash attempts to invoke $FCEDIT, $EDITOR, and emacs as the |
|
56 # editor, in that order. |
|
57 "\C-x\C-e": edit-and-execute-command |
|
58 $endif |
|
59 |
53 # Local Variables: |
60 # Local Variables: |
54 # mode: shell-script |
61 # mode: shell-script |
55 # fill-column: 78 |
62 # fill-column: 78 |
56 # End: |
63 # End: |