Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv20330 Modified Files: mode-key.c Log Message: |PatchSet 881 |Date: 2011/04/05 19:55:38 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Bind C-u to delete-line in vi mode like ksh does, suggested by thib.
Index: mode-key.c =================================================================== RCS file: /cvsroot/tmux/tmux/mode-key.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- mode-key.c 3 Jan 2011 23:31:26 -0000 1.47 +++ mode-key.c 6 Apr 2011 22:23:30 -0000 1.48 @@ -123,6 +123,7 @@ const struct mode_key_entry mode_key_vi_edit[] = { { '\003' /* C-c */, 0, MODEKEYEDIT_CANCEL }, { '\010' /* C-h */, 0, MODEKEYEDIT_BACKSPACE }, + { '\025' /* C-u */, 0, MODEKEYEDIT_DELETELINE }, { '\011' /* Tab */, 0, MODEKEYEDIT_COMPLETE }, { '\033' /* Escape */, 0, MODEKEYEDIT_SWITCHMODE }, { '\r', 0, MODEKEYEDIT_ENTER }, ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs