xref: /dragonfly/contrib/tcsh-6/nls/ukrainian/set3 (revision 653fab9e)
1*7d8fb588SMatthias Schmidt$ Editor function descriptions
2*7d8fb588SMatthias Schmidt$set 3
3*7d8fb588SMatthias Schmidt1 Move back a character
4*7d8fb588SMatthias Schmidt2 Delete the character behind cursor
5*7d8fb588SMatthias Schmidt3 Cut from beginning of current word to cursor - saved in cut buffer
6*7d8fb588SMatthias Schmidt4 Cut from beginning of line to cursor - save in cut buffer
7*7d8fb588SMatthias Schmidt5 Move to beginning of current word
8*7d8fb588SMatthias Schmidt6 Move to beginning of line
9*7d8fb588SMatthias Schmidt7 Capitalize the characters from cursor to end of current word
10*7d8fb588SMatthias Schmidt8 Vi change case of character under cursor and advance one character
11*7d8fb588SMatthias Schmidt9 Vi change to end of line
12*7d8fb588SMatthias Schmidt10 Clear screen leaving current line on top
13*7d8fb588SMatthias Schmidt11 Complete current word
14*7d8fb588SMatthias Schmidt12 Tab forward through files
15*7d8fb588SMatthias Schmidt13 Tab backward through files
16*7d8fb588SMatthias Schmidt14 Complete current word ignoring programmable completions
17*7d8fb588SMatthias Schmidt15 Copy current word to cursor
18*7d8fb588SMatthias Schmidt16 Copy area between mark and cursor to cut buffer
19*7d8fb588SMatthias Schmidt17 Expand to preceding word for which this is a prefix
20*7d8fb588SMatthias Schmidt18 Delete character under cursor
21*7d8fb588SMatthias Schmidt19 Delete character under cursor or signal end of file on an empty line
22*7d8fb588SMatthias Schmidt20 Delete character under cursor or list completions if at end of line
23*7d8fb588SMatthias Schmidt21 Delete character under cursor, list completions or signal end of file
24*7d8fb588SMatthias Schmidt22 Cut from cursor to end of current word - save in cut buffer
25*7d8fb588SMatthias Schmidt23 Adds to argument if started or enters digit
26*7d8fb588SMatthias Schmidt24 Digit that starts argument
27*7d8fb588SMatthias Schmidt25 Move to next history line
28*7d8fb588SMatthias Schmidt26 Lowercase the characters from cursor to end of current word
29*7d8fb588SMatthias Schmidt27 Indicate end of file
30*7d8fb588SMatthias Schmidt28 Move cursor to end of line
31*7d8fb588SMatthias Schmidt29 Exchange the cursor and mark
32*7d8fb588SMatthias Schmidt30 Expand file name wildcards
33*7d8fb588SMatthias Schmidt31 Expand history escapes
34*7d8fb588SMatthias Schmidt32 Expand the history escapes in a line
35*7d8fb588SMatthias Schmidt33 Expand variables
36*7d8fb588SMatthias Schmidt34 Move forward one character
37*7d8fb588SMatthias Schmidt35 Move forward to end of current word
38*7d8fb588SMatthias Schmidt36 Exchange the two characters before the cursor
39*7d8fb588SMatthias Schmidt37 Search in history backward for line beginning as current
40*7d8fb588SMatthias Schmidt38 Search in history forward for line beginning as current
41*7d8fb588SMatthias Schmidt39 Insert last item of previous command
42*7d8fb588SMatthias Schmidt40 Incremental search forward
43*7d8fb588SMatthias Schmidt41 Incremental search backward
44*7d8fb588SMatthias Schmidt42 Clear line
45*7d8fb588SMatthias Schmidt43 Cut to end of line and save in cut buffer
46*7d8fb588SMatthias Schmidt44 Cut area between mark and cursor and save in cut buffer
47*7d8fb588SMatthias Schmidt45 Cut the entire line and save in cut buffer
48*7d8fb588SMatthias Schmidt46 List choices for completion
49*7d8fb588SMatthias Schmidt47 List choices for completion overriding programmable completion
50*7d8fb588SMatthias Schmidt48 List file name wildcard matches
51*7d8fb588SMatthias Schmidt49 List choices for completion or indicate end of file if empty line
52*7d8fb588SMatthias Schmidt50 Display load average and current process status
53*7d8fb588SMatthias Schmidt51 Expand history escapes and insert a space
54*7d8fb588SMatthias Schmidt52 Execute command
55*7d8fb588SMatthias Schmidt53 Expand pathnames, eliminating leading .'s and ..'s
56*7d8fb588SMatthias Schmidt54 Expand commands to the resulting pathname or alias
57*7d8fb588SMatthias Schmidt55 Switch from insert to overwrite mode or vice versa
58*7d8fb588SMatthias Schmidt56 Add 8th bit to next character typed
59*7d8fb588SMatthias Schmidt57 Add the next character typed to the line verbatim
60*7d8fb588SMatthias Schmidt58 Redisplay everything
61*7d8fb588SMatthias Schmidt59 Restart stopped editor
62*7d8fb588SMatthias Schmidt60 Look for help on current command
63*7d8fb588SMatthias Schmidt61 This character is added to the line
64*7d8fb588SMatthias Schmidt62 This character is the first in a character sequence
65*7d8fb588SMatthias Schmidt63 Set the mark at cursor
66*7d8fb588SMatthias Schmidt64 Correct the spelling of current word
67*7d8fb588SMatthias Schmidt65 Correct the spelling of entire line
68*7d8fb588SMatthias Schmidt66 Send character to tty in cooked mode
69*7d8fb588SMatthias Schmidt67 Toggle between literal and lexical current history line
70*7d8fb588SMatthias Schmidt68 Exchange the character to the left of the cursor with the one under
71*7d8fb588SMatthias Schmidt69 Exchange the two characters before the cursor
72*7d8fb588SMatthias Schmidt70 Tty delayed suspend character
73*7d8fb588SMatthias Schmidt71 Tty flush output character
74*7d8fb588SMatthias Schmidt72 Tty interrupt character
75*7d8fb588SMatthias Schmidt73 Tty quit character
76*7d8fb588SMatthias Schmidt74 Tty suspend character
77*7d8fb588SMatthias Schmidt75 Tty allow output character
78*7d8fb588SMatthias Schmidt76 Tty disallow output character
79*7d8fb588SMatthias Schmidt77 Indicates unbound character
80*7d8fb588SMatthias Schmidt78 Emacs universal argument (argument times 4)
81*7d8fb588SMatthias Schmidt79 Move to previous history line
82*7d8fb588SMatthias Schmidt80 Uppercase the characters from cursor to end of current word
83*7d8fb588SMatthias Schmidt81 Vi goto the beginning of next word
84*7d8fb588SMatthias Schmidt82 Vi enter insert mode after the cursor
85*7d8fb588SMatthias Schmidt83 Vi enter insert mode at end of line
86*7d8fb588SMatthias Schmidt84 Vi change case of character under cursor and advance one character
87*7d8fb588SMatthias Schmidt85 Vi change prefix command
88*7d8fb588SMatthias Schmidt86 Vi change to end of line
89*7d8fb588SMatthias Schmidt87 Enter vi command mode (use alternative key bindings)
90*7d8fb588SMatthias Schmidt88 Vi command mode complete current word
91*7d8fb588SMatthias Schmidt89 Vi move to previous character (backspace)
92*7d8fb588SMatthias Schmidt90 Vi delete prefix command
93*7d8fb588SMatthias Schmidt91 Vi move to the end of the current space delimited word
94*7d8fb588SMatthias Schmidt92 Vi move to the end of the current word
95*7d8fb588SMatthias Schmidt93 Vi move to the character specified backward
96*7d8fb588SMatthias Schmidt94 Vi move to the character specified forward
97*7d8fb588SMatthias Schmidt95 Vi move up to the character specified backward
98*7d8fb588SMatthias Schmidt96 Vi move up to the character specified forward
99*7d8fb588SMatthias Schmidt97 Enter vi insert mode
100*7d8fb588SMatthias Schmidt98 Enter vi insert mode at beginning of line
101*7d8fb588SMatthias Schmidt99 Vi repeat current character search in the same search direction
102*7d8fb588SMatthias Schmidt100 Vi repeat current character search in the opposite search direction
103*7d8fb588SMatthias Schmidt101 Vi repeat current search in the same search direction
104*7d8fb588SMatthias Schmidt102 Vi repeat current search in the opposite search direction
105*7d8fb588SMatthias Schmidt103 Vi replace character under the cursor with the next character typed
106*7d8fb588SMatthias Schmidt104 Vi replace mode
107*7d8fb588SMatthias Schmidt105 Vi search history backward
108*7d8fb588SMatthias Schmidt106 Vi search history forward
109*7d8fb588SMatthias Schmidt107 Vi replace character under the cursor and enter insert mode
110*7d8fb588SMatthias Schmidt108 Vi replace entire line
111*7d8fb588SMatthias Schmidt109 Vi move to the previous word
112*7d8fb588SMatthias Schmidt110 Vi move to the next word
113*7d8fb588SMatthias Schmidt111 Vi undo last change
114*7d8fb588SMatthias Schmidt112 Vi goto the beginning of line
115*7d8fb588SMatthias Schmidt113 Perform which of current command
116*7d8fb588SMatthias Schmidt114 Paste cut buffer at cursor position
117*7d8fb588SMatthias Schmidt115 Replace just-yanked text with yank from earlier kill
118*7d8fb588SMatthias Schmidt116 (WIN32 only) Copy cut buffer to system clipboard
119*7d8fb588SMatthias Schmidt117 (WIN32 only) Paste clipboard buffer at cursor position
120*7d8fb588SMatthias Schmidt118 (WIN32 only) Convert each '/' in next word to '\\\\'
121*7d8fb588SMatthias Schmidt119 (WIN32 only) Convert each '/' in previous word to '\\\\'
122*7d8fb588SMatthias Schmidt120 (WIN32 only) Page visible console window up
123*7d8fb588SMatthias Schmidt121 (WIN32 only) Page visible console window down
124