equal
deleted
inserted
replaced
76 |
76 |
77 # Ctrl+Backspace/Delete to delete whole words. |
77 # Ctrl+Backspace/Delete to delete whole words. |
78 "\e[3;5~": kill-word |
78 "\e[3;5~": kill-word |
79 "\C-_": backward-kill-word |
79 "\C-_": backward-kill-word |
80 |
80 |
|
81 # UP/DOWN filter history by typed string as prefix. |
|
82 "\e[A": history-search-backward |
|
83 "\C-p": history-search-backward |
|
84 "\e[B": history-search-forward |
|
85 "\C-n": history-search-forward |
|
86 |
81 # Local Variables: |
87 # Local Variables: |
82 # mode: shell-script |
88 # mode: shell-script |
83 # fill-column: 78 |
89 # fill-column: 78 |
84 # End: |
90 # End: |