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”
-
Vim 101: A Beginners Guide to Vim
Computer & Internet - computer-internet.marc8.com —
Authority: 167
Linux Foundation: "Ever wanted to learn Vim, but werent sure how to start? No problem. We have you covered! This will be the first of a four-part (possibly longer) series covering how to use Vim and where to start using the worlds best text editor."1 day ago -
VIM::Packager 使用
Cornelius —
Authority: 123
Vim script 有時候是非常煩人的東西,因為你每次都需要把他們一一複製到你的 VIM Runtime Path 裡頭 (通常為 `~/.vim`): 所以假設現在要安裝 cpan.vim 這個套件,那麼就得這樣做: # go to libperl.vim page , download the libperl.vim file # copy libperl.vim to ...3 days ago -
Shift-Tabing
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
I have the following in my vimrc: set sts=4 set et This allows me to take advantage of the convenience of the tab key when editing while actually inserting spaces into the current buffer. Intuitively Ive always wished I could shift-tab to unindent the current line one tab stop. After a minute of fiddling with my ...3 days ago -
PROTON WAJA CPS VS PROTON WAJA CAMPRO.
KERETA INFO | MAJALAH KERETA MALAYSIA Car Automotive News Reviews Tips & Details —
Authority: 139
New Contibution by Baldwin.Here are the comparison between the Proton Waja CPS & Waja Campro and something that local car fanatics are waiting for; Head-to-head reviews on this two models.Twilight blue Waja CPS on the Left & Burgundy Waja Campro on the Right.Notice the lower ride of the Campro version which is ...3 days ago -
VIM::Packager
Cornelius —
Authority: 123
VIM::Packager , 最近在寫的東西。 主要是為了彌補 Vim 本身對 script 安裝以及相依性問題的不足,另外再加上一些輔助開發的 makefile script. 可利用 $ vim-packager init 來產生 vim plugin 所需要的 skeleton ,以及 $ vim-packager build 來產生 Makefile 等等。 ...4 days ago -
2008 FLASHBACK > PROTON WAJA CAMPRO 1.6 CPS PREMIUM
KERETA INFO | MAJALAH KERETA MALAYSIA Car Automotive News Reviews Tips & Details —
Authority: 139
Today, for the Flashback segment we would like to post about the Proton Waja 1.6 CPS.Here we want to share some history with all of you.As you already knew, the Proton Waja is the first model designed in-house by Proton. The development of the Waja began at the end of the 1990s together with the [...]4 days ago -
Emoticon.vim
Cornelius —
Authority: 123
just for fun plugin. Emoticon.vim http://github.com/c9s/emoticon.vim5 days ago -
Vim Emulator Editor For Beta2 Released
jaredpar's WebLog —
Authority: 475
This is essentially the same release as the original but updated for some changes that occurred in the APIs between Beta1 and Beta2. Link: http://visualstudiogallery.msdn.microsoft.com/en-us/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329 The biggest change came in the way in which Visual Studio routes commands. ...5 days ago -
Last Insert
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
Hitting gi in normal mode will take you to the last location where you were in insert mode. This is great for bouncing back to where you were editing after browsing the current buffer from normal mode.6 days ago -
TextMate to Vim transition resources
Celsius1414 —
Authority: 128
Articles for people looking to transition from TextMate to Vim. Arthur Debert (Stimuli): “Hello VIM, or quitting TextMate cold turkey” In my last post I’ve mentioned my way through VIM. Quiting TextMate cold turnkey wasn’t easy. But fear not: there are a bunch of plugins that will make it a breeze. Jeff ...1 week ago -
Linux: Minimizing Memory Usage
JJinuxLand —
Authority: 116
Its still fashionable in certain Linux circles these days to pick a leaner distro in order to minimize resource utilization. Advocates of Arch Linux and Gentoo like to point out that Ubuntu is a bit heavy on RAM usage. As a Linux old timer, Im sympathetic to the yearnings for a leaner, meaner past. Even Linus ...1 week ago -
perl-completion
Cornelius —
Authority: 123
http://github.com/c9s/perl-completion.vim which is defined with omni-completion. when filetype is perl , the completion function will be binded. this plugin completes function names for you and also base class function names. you need to install VIM::Packager first, it solve dependencies for you. ...1 week ago -
Last Directory Visited
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
From the shell, typing "cd -" will take you to the last directory visited. This is useful from a command-line navigation perspective and from inside of shell scripts as well.1 week ago -
MacVim-KaoriYa 20091113
splhack —
Authority: 104
http://code.google.com/p/macvim-kaoriya/ 20091113版をテストリリースしました。 Vim 7.2.284ベース きよはらさんによるformat.vimの修正を取り込み( http://classaz.blogspot.com/2009/11/macvim-kaoriyaformatvim.html ) お試しくださいませ。1 week ago -
Last Command
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
Hitting "fc" from a Bash shell invokes your default editor (hopefully Vim) on your last shell command and executes it after Vim exits. This is great for command-line history editing after the fact. -e ENAME selects which editor to use. Default is FCEDIT, then EDITOR, then vi.1 week ago -
herald.vim 0.2.1 released
H3RALD - Articles (Atom Feed) —
Authority: 110
I just updated the Herald Vim color scheme to improve the readability of delimiters and search results. Delimiters are now red (the same color as operators) instead of yellow, so that you can tell the start and end of a string or regular expression more easily. Additionally, search results are no longer ...1 week ago -
Fixing backspace in VIM for OSX
Cardeo Design Blog —
Authority: 107
Finally, I figured this out! It’s been driving me nuts for months. On my MacBook, in VIM, the default backspace (actually labeled delete) key has deleted the letter the cursor was on. I’ve always wanted this to behave as a regular backspace button, where it deletes the character to the left of the cursor. Well my ...1 week ago -
Window Scrolling
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
Hit ctrl-e to scroll the current window down. Hit ctrl-y to scroll the current window up. An advantage of using these commands is that the cursor stays in the current location. Try it!1 week ago -
Reader Question: MMM Mode?
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
Chris Keating writes: "Could you ask your readership if theres a vim equivalent for emacs MMM mode: http://mmm-mode.sourceforge.net/ mmm mode basically allows you to have different syntax highlighting for different parts of your document. This is really handy when you have SQL embedded in strings, etc." Anybody ...1 week ago -
Setting Options
Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs —
Authority: 125
Typing :options will allow you to set options interactively from inside of Vim. Just choose a command set to edit, and edit from there. This is a nice way to discover new settings.1 week ago

