equal
deleted
inserted
replaced
55 # shell commands. Bash attempts to invoke $FCEDIT, $EDITOR, and emacs as the |
55 # shell commands. Bash attempts to invoke $FCEDIT, $EDITOR, and emacs as the |
56 # editor, in that order. |
56 # editor, in that order. |
57 "\C-x\C-e": edit-and-execute-command |
57 "\C-x\C-e": edit-and-execute-command |
58 $endif |
58 $endif |
59 |
59 |
|
60 # Define my favorite Emacs key bindings. |
|
61 "\C-w": kill-region |
|
62 "M-w": copy-region-as-kill |
|
63 |
60 # Local Variables: |
64 # Local Variables: |
61 # mode: shell-script |
65 # mode: shell-script |
62 # fill-column: 78 |
66 # fill-column: 78 |
63 # End: |
67 # End: |