Skip to content

Commit

Permalink
Vim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okeeffed committed Jul 25, 2017
1 parent fad8a85 commit e30a90e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vim/Vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ So we have `vi`, `vim` - the improved vi and `gvim`.
| v, then y | Mark mode and yank |
| >> | Indent forward |
| << | Indent back |
| /<word> | Find a word |
| n/N | Forward search, N upwards |
| ?<word> | Search bottom up (N/n swap) |

0 comments on commit e30a90e

Please sign in to comment.