mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 05:04:13 +00:00
Fix a typo in ch15
This commit is contained in:
parent
1151302c42
commit
bd56e3c4c3
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Some command-line commands accept file names as arguments. One example is `edit`
|
|||
|
||||
## History Window and Command-line Window
|
||||
|
||||
You can view the histoy of command-line commands and search terms (this requires the `+cmdline_hist` feature).
|
||||
You can view the history of command-line commands and search terms (this requires the `+cmdline_hist` feature).
|
||||
|
||||
To open the command-line history, run `:his :`. You should see something like the following:
|
||||
|
||||
|
|
Loading…
Reference in a new issue