Skip to content

Commit 4e85194

Browse files
committed
delete comments
1 parent a8eb750 commit 4e85194

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

script/.vimrc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,3 @@ let g:cpp_class_decl_highlight = 1
184184
let g:cpp_member_variable_highlight = 1
185185
let g:cpp_class_scope_highlight = 1
186186

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

Comments
 (0)