diff options
Diffstat (limited to 'contrib/tcsh/nls/C/set3')
-rw-r--r-- | contrib/tcsh/nls/C/set3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/tcsh/nls/C/set3 b/contrib/tcsh/nls/C/set3 index 9f83760..7a46f5f 100644 --- a/contrib/tcsh/nls/C/set3 +++ b/contrib/tcsh/nls/C/set3 @@ -1,4 +1,4 @@ -$ $Id: set3,v 1.3 1995/04/24 14:12:51 christos Exp $ +$ $Id: set3,v 1.4 2001/04/26 19:07:48 kim Exp $ $ Editor function descriptions $set 3 1 Move back a character @@ -115,3 +115,10 @@ $set 3 112 Vi goto the beginning of line 113 Perform which of current command 114 Paste cut buffer at cursor position +115 Replace just-yanked text with yank from earlier kill +116 (WIN32 only) Copy cut buffer to system clipboard +117 (WIN32 only) Paste clipboard buffer at cursor position +118 (WIN32 only) Convert each '/' in next word to '\\\\' +119 (WIN32 only) Convert each '/' in previous word to '\\\\' +120 (WIN32 only) Page visible console window up +121 (WIN32 only) Page visible console window down |