diff options
Diffstat (limited to 'editors/zed/files/patch-ab')
-rw-r--r-- | editors/zed/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/zed/files/patch-ab b/editors/zed/files/patch-ab new file mode 100644 index 000000000000..3915830c6e39 --- /dev/null +++ b/editors/zed/files/patch-ab @@ -0,0 +1,14 @@ +--- cfg/zedrc.xterm Thu Mar 13 15:13:19 1997 ++++ cfg/zedrc.xterm Tue Jun 4 15:04:48 2002 +@@ -73,9 +73,9 @@ + ;* ***** Editing ***** + ;* + +-key \u7F e_canc ;* Canc - delete character under the cursor ++key \u08 e_canc ;* Canc - delete character under the cursor + key \u1B[3\u7E e_canc ; canc keypad +-key \u08 e_bkspc ;* BackSpace - delete character at the left of the cursor ++key \u7F e_bkspc ;* BackSpace - delete character at the left of the cursor + key \u0d e_enter ; Enter + key \u19 e_delline ;* ^Y - delete row + key \u1B[2\u7E l_instog ;* Ins - toggle insert/overwrite mode |