We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eb750 commit 4e85194Copy full SHA for 4e85194
script/.vimrc
@@ -184,17 +184,3 @@ let g:cpp_class_decl_highlight = 1
184
let g:cpp_member_variable_highlight = 1
185
let g:cpp_class_scope_highlight = 1
186
187
-
188
-"tips
189
-":tabe % open the current buffer in a new tab
190
-":vsplit split the current buf vertically
191
-":split split the current tab horizontally
192
-":tabnew filename open the file in a new tab
193
-"/name find the name of the variable in a file
194
-"/+Ctrl+f show the search history
195
-":FZF search quickly for a file (you can push F5 as well)
196
-"in visual mode if you do gd or gD you search for a variable under the cursor
197
-"t open file in a new tab
198
-"i open file in a horizontal split window
199
-"s open file in a vertical split window
200
0 commit comments