RSS Daily Vim
哪吒推荐该订阅
原站:http://dailyvim.blogspot.com/
指数:
点击立即订阅,“Daily Vim”的内容有更新,哪吒第一时间提醒您
“Daily Vim”的内容更新
累计:206 篇(自 2008-04-12 起)
更新:约4篇/月,最后更新800 天前
Daily Vim
i've mentioned vimgrep in a previous post, but i neglected to mention a few useful flags that can be used in conjunction with it.if you apply the 'g' flag to your vimgrep, it will return all matches instead of just one match per line.:vimgrep /foo/gif you apply the 'j' flag, vim will not automatically jump to the first match.:vimgrep /foo/jthanks to chan... (311 天前)
Daily Vim
a few people have asked me for more information on text states. an anonymous reader contributed the following in the comments of my previous post on the topic.using g+ and g- is very different than using u and ^r.try following:* create new file* (in normal mode) type ione - esc* type otwo - esc* type othree - esc* type ofour - esc* type ofive - esc* type... (311 天前)
Daily Vim
from normal mode, pressing == will indent the current line.... (311 天前)
Daily Vim
an anonymous reader writes:you can open a file on the command line and automatically put the cursor on the last line by typing:vim + fileif you want vim to start at a specific line you can do the following instead:vim +linenumber filethanks for the tip!... (311 天前)
Daily Vim
if you're using vim 7+, you can use g- and g+ to go between text states. for a more advanced usage see the :help earlier and :help later.... (311 天前)
Daily Vim
if you have split windows open with multiple buffers, you can jump directly to a specific buffer number by doing the following:n<c-w><c-w>n is the buffer number you want to move the cursor to.thanks to duff for the coffee!... (311 天前)
Daily Vim
in the comments of my last post, graywh left a great tip that i didn't know about. if you're working in insert mode, you can change the indent level of the current line using <c-t> and <c-d>. these commands work no matter where your cursor is positioned on the current line and adjust the indent level based on your shiftwidth setting.... (311 天前)
订阅者 ( 1 )
number5
相关订阅源
RSS Daily Soccer News / Daily Soccer News / Africa| Daily Soccer New

f8tballnews | daily soccer news | football based social bookmarking exchange providing the latest football news and gossip from around the world

指数 | 1人订阅  

RSS Daily Soccer News / Daily Soccer News / Asia| Daily Soccer News

f8tballnews | daily soccer news | football based social bookmarking exchange providing the latest football news and gossip from around the world

指数 | 1人订阅  

我要反馈