diff --git a/docs/clink.md b/docs/clink.md index 1e65d3a28..428e65ca5 100644 --- a/docs/clink.md +++ b/docs/clink.md @@ -9,8 +9,7 @@ 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 (Ctrl+V). - Incremental history search (Ctrl+R and Ctrl+S). @@ -18,7 +17,12 @@ Clink combines the native Windows shell cmd.exe with the powerful command line e - Undo (Ctrl+Z). - Automatic `cd ..` (Ctrl+PgUp). - Environment variable expansion (Ctrl+Alt+E). + - Scroll the screen buffer (Alt+Up, etc). - (press Alt+H 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.