Skip to content

Commit

Permalink
Vim: Update substitute entries
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 6, 2019
1 parent 7b9f400 commit 22c2065
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cheatsheets/Vim.rb
Expand Up @@ -278,7 +278,6 @@
* `[c]` Confirm each substitution. Vim positions the cursor on the matching string. You can type: * `[c]` Confirm each substitution. Vim positions the cursor on the matching string. You can type:
* `y` to substitute this match * `y` to substitute this match
* `n` to skip this match * `n` to skip this match
* `<Esc>` to skip this match
* `a` to substitute this and all remaining matches * `a` to substitute this and all remaining matches
* `q` to quit substituting * `q` to quit substituting
* `CTRL-E` to scroll the screen up * `CTRL-E` to scroll the screen up
Expand Down

0 comments on commit 22c2065

Please sign in to comment.