Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Dec 28, 2020
1 parent c2fd18d commit 27f61ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/clink.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@ Clink combines the native Windows shell cmd.exe with the powerful command line e
- Context sensitive completion;
- Executables (and aliases).
- Directory commands.
- Environment variables
- Thirdparty tools; Git, Mercurial, SVN, Go, and P4.
- Environment variables.
- New keyboard shortcuts;
- Paste from clipboard (<kbd>Ctrl</kbd>+<kbd>V</kbd>).
- Incremental history search (<kbd>Ctrl</kbd>+<kbd>R</kbd> and <kbd>Ctrl</kbd>+<kbd>S</kbd>).
- Powerful completion (<kbd>Tab</kbd>).
- Undo (<kbd>Ctrl</kbd>+<kbd>Z</kbd>).
- Automatic `cd ..` (<kbd>Ctrl</kbd>+<kbd>PgUp</kbd>).
- Environment variable expansion (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>E</kbd>).
- Scroll the screen buffer (<kbd>Alt</kbd>+<kbd>Up</kbd>, etc).
- (press <kbd>Alt</kbd>+<kbd>H</kbd> for many more...)
- Directory shortcuts;
- Typing a directory name followed by a path separator is a shortcut for `cd /d` to that directory.
- Typing `..` or `...` is a shortcut for `cd ..` or `cd ..\..` (each additional `.` adds another `\..`).
- Typing `-` or `cd -` changes to the previous current working directory.
- Scriptable completion with Lua.
- Colored and scriptable prompt.
- Auto-answering of the "Terminate batch job?" prompt.
Expand Down

0 comments on commit 27f61ab

Please sign in to comment.