File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
< div class ="clearfix ">
20
20
< div class ="container ">
21
21
< div class ="row ">
22
- < div class ="col-lg-12 ">
22
+ < div class ="col-lg-12 col-md-12 ">
23
23
< h1 > VIM</ h1 >
24
24
</ div >
25
25
</ div > <!-- end row -->
26
26
< div class ="row ">
27
- < div class ="col-lg-4 ">
27
+ < div class ="col-lg-4 col-md-4 ">
28
28
< h2 > Cursor movement</ h2 >
29
29
< ul >
30
30
< li > < kbd > h</ kbd > - move cursor left</ li >
@@ -58,7 +58,7 @@ <h2>Insert mode - inserting/appending text</h2>
58
58
< li > < kbd > Esc</ kbd > - exit insert mode</ li >
59
59
</ ul >
60
60
</ div >
61
- < div class ="col-lg-4 ">
61
+ < div class ="col-lg-4 col-md-4 ">
62
62
< h2 > Editing</ h2 >
63
63
< ul >
64
64
< li > < kbd > r</ kbd > - replace a single character</ li >
@@ -96,7 +96,7 @@ <h2>Visual commands</h2>
96
96
< li > < kbd > ~</ kbd > - switch case</ li >
97
97
</ ul >
98
98
</ div >
99
- < div class ="col-lg-4 ">
99
+ < div class ="col-lg-4 col-md-4 ">
100
100
< h2 > Cut and paste</ h2 >
101
101
< ul >
102
102
< li > < kbd > yy</ kbd > - yank (copy) a line</ li >
@@ -132,7 +132,7 @@ <h2>Search and replace</h2>
132
132
</ div >
133
133
</ div > <!-- end row -->
134
134
< div class ="row ">
135
- < div class ="col-lg-4 ">
135
+ < div class ="col-lg-4 col-md-4 ">
136
136
< h2 > Working with multiple files</ h2 >
137
137
< ul >
138
138
< li > < kbd > :e</ kbd > filename - edit a file in a new buffer</ li >
@@ -147,7 +147,7 @@ <h2>Working with multiple files</h2>
147
147
< li > < kbd > Ctrl</ kbd > + < kbd > wv</ kbd > - split window vertically</ li >
148
148
</ ul >
149
149
</ div >
150
- < div class ="col-lg-4 ">
150
+ < div class ="col-lg-4 col-md-4 ">
151
151
< h2 > Tabs</ h2 >
152
152
< ul >
153
153
< li > < kbd > :tabnew</ kbd > filename or < kbd > :tabn</ kbd > filename - open a file in a new tab</ li >
You can’t perform that action at this time.
0 commit comments