Skip to content

Commit

Permalink
Some new tips about search/buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégory PAUL committed Sep 21, 2012
1 parent f11c886 commit 37e4e92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ VIM commands
### Go to buffer by name
`:b yourFileName`

### Cycle between last and current buffer
`:b#`

### Visual commands
`>` Shift right

Expand All @@ -57,3 +60,7 @@ VIM commands
`CTRL+wq` : Quit a window

`CTRL+wv` : Split windows vertically

### Search
`*` : Search current word accros file (then n/b to go forward/backward)

0 comments on commit 37e4e92

Please sign in to comment.