Skip to content

Commit 37e4e92

Browse files
author
Grégory PAUL
committed
Some new tips about search/buffers
1 parent f11c886 commit 37e4e92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vi.md

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ VIM commands
3737
### Go to buffer by name
3838
`:b yourFileName`
3939

40+
### Cycle between last and current buffer
41+
`:b#`
42+
4043
### Visual commands
4144
`>` Shift right
4245

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

5962
`CTRL+wv` : Split windows vertically
63+
64+
### Search
65+
`*` : Search current word accros file (then n/b to go forward/backward)
66+

0 commit comments

Comments
 (0)