update README

This commit is contained in:
wdlkmpx 2021-01-07 21:03:03 +08:00
parent 8ca61a3951
commit 21dc2c4470
2 changed files with 4 additions and 8 deletions

View File

@ -62,8 +62,7 @@ Tips and tricks
1. Everything that doesn't start with "/" or "~" gets completed from $PATH
environment var. More exactly, all files from $PATH directories are
subjects to completion (even if they are NOT executables; this is a
bug, but I'm afraid I'm not willing to fix it).
subjects to completion.
Pressing TAB once when no text is entered opens the completion window,
which will contain ALL files under $PATH.
@ -75,13 +74,10 @@ Tips and tricks
- netscape-navigator
- netstat
That is because all these executables have the same prefix, "nets". You
type TAB twice to get to the third element ("netscape-navigator"). Now,
if you want to add a parameter, press SPACE (the list disappears,
and a SPACE is inserted after the netscape-navigator).
That is because all these executables have the same prefix, "nets".
You can use UP / DOWN arrows to select the right completion.
You can use Ctrl-p / Ctrl-n to select the right completion.
You can use CTRL-P / CTRL-N or TAB to select the right completion.
3. - ESC closes the completion window, leaving the selected text in the entry.
- HOME / END - the same, but clears the selection.

View File

@ -45,7 +45,7 @@ The command to run when Ctrl+Enter is pressed with a command entered. The entere
see /etc/gmrunrc for more info
.TP
.B History
Number of entered commands which should be kept in gmrun's history(~/.gmrun_history). Using the Up and Down arrow keys within the gmrun window will cycle through the history. You can search backwards through the history with Ctrl+R, and forward with Ctrl+S. Hit "!" to enter a special search that matches only the start of strings. To cancel a search, hit the \fIESC\fP key. Otherwise, after you have found the history item you wish to run, hit Enter. Also: Ctrl-p = Up / Ctrl-n = Down.
Number of entered commands which should be kept in gmrun's history(~/.gmrun_history). Using the Up and Down arrow keys within the gmrun window will cycle through the history. You can search backwards through the history with Ctrl+R, and forward with Ctrl+S. Hit "!" to enter a special search that matches only the start of strings. To cancel a search, hit the \fIESC\fP key. Otherwise, after you have found the history item you wish to run, hit Enter. Also: CTRL-P = Up / CTRL-N = Down.
.TP
.B ShowLast
Whether to show the last command as initial text, or an empty textarea (1 or 0).