We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1d193 commit 5426324Copy full SHA for 5426324
memo/memo.rst
@@ -204,6 +204,15 @@ Git
204
j git diff master --no-prefix -U999
205
206
207
+vim
208
+----
209
+
210
+.. code-block:: vim
211
212
+ " http://stackoverflow.com/questions/9104706/how-can-i-convert-spaces-to-tabs-in-vim-or-linux
213
+ :set tabstop=2 " To match the sample file
214
+ :set noexpandtab " Use tabs, not spaces
215
+ :%retab! " Retabulate the whole file,替换tab为空格
216
217
用markdown文件制作html ppt
218
-------------------------------------------------------------
0 commit comments