Tip #68: Delete key
tip karma |
Rating 3/39, Viewed by 3788
|
Read and edit this tip on the
Vim tip wiki.
The wiki may have a more recent version of this tip.
created: |
|
May 7, 2001 5:59 |
|
complexity: |
|
basic |
author: |
|
Erhan |
|
as of Vim: |
|
5.7 |
Don't worry if your delete key does not work properly.
Just press <CTRL>-Backspace.
It works under both mode(insert or normal).
<< Ascii Value |
dot makes life easier >>
Additional Notes
Anonymous,
May 16, 2001 3:14
|
Does not work!
Try mapping.
|
Anonymous,
September 20, 2004 3:35
|
works for me
|
[email protected],
January 17, 2005 23:31
|
Add
set bs=2
in the .vimrc
Should work fine
|
|