Vim
Tag details
Welcome to the 'Vim' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Vim'.
Look up
"Vim"
at The Free Dictionary
Latest blogosphere posts tagged “Vim”
-
Vimgrep Tips
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 122
Ive 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/g If you apply the j flag, Vim will not automatically jump to the ...18 hours ago -
gsession.vim - Session Plugin
Cornelius —
Authority: 125
用來用去覺得現有的 session plugin 很不好用,所以自己又寫了一個,不是說在重造輪子,只是多元化的選擇是時代的潮流 (rock): XD http://github.com/c9s/gsession.vim2 days ago -
Text Editor a la Mode
MetaFilter —
Authority: 740
Vim tutorial . Efficient Editing with Vim . Vim as IDE . Vim cookbook . Daily Vim . Vim Tips Wiki . Vim scripts . Example vimrcs: 1 2 3 4 5 Vim colorscheme samples . (Heed the warnings about loading times.) Related: Vi mode in Bash . Vimperator makes Firefox Vim-like. Configuring Opera to ...2 days ago -
VsVim Update Released (Version 0.5.3)
jaredpar's WebLog —
Authority: 403
I just released an update to VsVim for Visual Studio 2010 Beta2. This should be available shortly from the extension manager in Visual Studio or it can be downloaded directly at the following link Link: http://visualstudiogallery.msdn.microsoft.com/en-us/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329 Changes ...3 days ago -
gvim and karmic ubuntu... with a fix for you.
making games, making webs. —
Authority: 407
gvim in ubuntu karmic koala is really annoying. It prints out a bunch of gtk warnings each time you call it. However thanks to someone making a patch, you can clean it up. It seems that the fix isnt going to come out until the next ubuntu. ** (gvim:13354): CRITICAL **: gtk_form_set_static_gravity: assertion ...5 days ago -
More on Text States
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 122
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 - ...6 days ago -
Vimlike Smoozie extension for Chrome is a must-have for keyboard ninjas
Download Squad —
Authority: 745
Filed under: Google , Browsers The Chrome Extension Gallery push is on, and were finally starting to see some solid add-on options cropping up for Googles web browser. If youre the type who eschews the mouse or trackpad in favor of keyboard-fu, you owe it to yourself to check out the Vimlike Smoozie ...1 week ago -
Starting on a Specific Line
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 122
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 + file If you want vim to start at a specific line you can do the following instead: vim +LINENUMBER file Thanks for the tip!1 week ago -
VsVim Update Released (Version 0.5.2)
jaredpar's WebLog —
Authority: 403
I just released an update to VsVim for Visual Studio 2010 Beta2. This should be available shortly from the extension manager in Visual Studio or it can be downloaded directly at the following link Link: http://visualstudiogallery.msdn.microsoft.com/en-us/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329 Changes ...1 week ago -
Text States
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 122
If youre 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.1 week ago -
Vim 201: An Intermediate Guide to Vim
fsdaily.com - Free Software News - Published news —
Authority: 161
Ready to boost your Vim skills? Many use Vim, but dont make use of nearly all the features. In this guide, well take a look at some of the intermediate features offered by Vim, including abbreviations, word completion, and editing multiple documents in the same Vim session.1 week ago -
VIM is not ...
Cornelius —
Authority: 125
很多人都問我說 vim 裡頭為什麼不能在 tab or buffer 裡面開一個 shell ... here is the answer: 也就是說,Vim 不是一個作業系統也不是一個 Shell,跑一個 shell 在編輯器裡面會是有點詭異的。他不會像 Emacs ...1 week ago -
使用 Git 管理自己的 dotfiles
Cornelius —
Authority: 125
什麼是 dotfile 呢?dotfile 就是你的那些 dot 開頭的檔案,譬如說 `.vim` `.vimrc` `.emacs.d` `.bashrc` 其實作法很簡單,先建立一個資料夾,初始化 Git repository,建立一個 Makefile 來自動產生 link。 然後撰寫你的 Makefile: 記得建立 .gitignore ...1 week ago -
Vim: some binding
Cornelius —
Authority: 125
I added this:1 week ago -
billw.vim colorscheme (improved)
Cornelius —
Authority: 125
最近使用的 Vim Colorscheme: billw.vim . 做了點小修改,Folded 以及 FoldColumn 比較不會這麼魗, 放到 `~/.vim/colors/` 裡頭即可使用:1 week ago -
Yi - A Haskell Text Editor
Cornelius —
Authority: 125
這是聽 MC 說才知道的。 Yi 這個編輯器全用 Haskell 寫成,並且提供多種編輯器前端,其中包含 ( vi , vim , emacs , nano .. )。所以你的 plugin 就可以用非常 powerful 的 haskell 來寫。 :P 聽起來非常有趣。 ...1 week ago -
Vim 201: An Intermediate Guide to Vim
Computer & Internet - computer-internet.marc8.com —
Authority: 169
Linux.com: "Ready to boost your Vim skills? Many use Vim, but dont make use of nearly all the features. In this guide, well take a look at some of the intermediate features offered by Vim, including abbreviations, word completion, and editing multiple documents in the same Vim session."1 week ago -
neocomplcache の syntax_cache ファイルの書き込み不可エラー
Serendip —
Authority: 129
なんか vim で *.c のファイルを作るたびにキーワード補完プラグインの neocomplcache のエラーが表示されるなと思ったら、 ~/.neocon/syntax_cache/ に作られた c= ファイルの所有者が root になっていて書き込みが出来なかったためだった。 ...1 week ago -
I do hate Vim script
Cornelius —
Authority: 125
Actually I do hate Vim script. Vim script has annoying multi-line declaration: so if you get a large list to write , things like this will drive you mad. In Vim script, we cant call another autoload function from the other. and object inheritance is using copy() function to copy another object. and everyone is ...1 week ago -
VimIM 0.9 发布
LinuxTOY —
Authority: 136
{ 撰文/8pm } VimIM 是专为 vim 玩家开发的插件,可作为 vim 内嵌中文输入法。只要您的 vim 能显示中文,您就能用 vim 输入搜索中文。VimIM 把 vim 的中文编辑潜能,提升到一个全新的高度。 VimIM 部分特点如下: 支持多种输入法: ...1 week ago

