We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ddec4 commit 5f4fe67Copy full SHA for 5f4fe67
blog/2024-06-22-vim-tips.md
@@ -39,18 +39,24 @@ or if multiple windows are opened close them all
39
40
### Split windows and navigate between them
41
42
-The magic command to split vertically is
43
-
+The magic command to split vertically is :vsplit command
+```
44
+:vs
45
46
+or
47
```
-:vsplit
48
+ctrl + w v
49
50
-and to split horizontally
51
+and to split horizontally use :split
52
53
54
+:sp
55
56
57
58
ctrl+w s
59
-(a bit counterintuitive I agree)
60
61
### Navigating between windows and resize
62
0 commit comments