On Tuesday 03 Aug 2004 5:21 pm, D. Venkatasubramanian wrote: > Hi, > > I want to set the Backspace key on VIM. At present, backspace does > nothing, I want it to do the default, (that is, delete the character > before the cursor). VIM is running under Cygwin/X. Anyone has the > specific lines to add to .vimrc? Also, how do I add Ctrl-X, Ctrl-C and > Ctrl-V to mean, Cut, Copy and Paste?
Does this help? http://www.vim.org/htmldoc/options.html#:fixdel I also have this in /etc/vimrc: set bs=2 - Sandip -- Sandip Bhattacharya sandip (at) puroga.com Puroga Technologies Pvt. Ltd. Work: http://www.puroga.com Home: http://www.sandipb.net GPG: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3 Learnt something new today? Contribute to the ILUGD Knowledge base at http://www.lug-delhi.org! Help others gain from your knowledge! _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
