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 Offsite Link "Vim" at The Free Dictionary

Latest blogosphere posts tagged “Vim”

  • Last Insert


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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.
    8 hours ago
  • TextMate to Vim transition resources


    Celsius1414Authority 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 day ago
  • Linux: Minimizing Memory Usage


    JJinuxLandAuthority 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 ...
    2 days ago
  • perl-completion


    CorneliusAuthority Authority: 119
    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. ...
    2 days ago
  • Last Directory Visited


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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.
    3 days ago
  • MacVim-KaoriYa 20091113


    splhackAuthority Authority: 107
    http://code.google.com/p/macvim-kaoriya/ 20091113版をテストリリースしました。 Vim 7.2.284ベース きよはらさんによるformat.vimの修正を取り込み( http://classaz.blogspot.com/2009/11/macvim-kaoriyaformatvim.html ) お試しくださいませ。
    3 days ago
  • Last Command


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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.
    4 days ago
  • herald.vim 0.2.1 released


    H3RALD - Articles (Atom Feed)Authority Authority: 107
    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 ...
    4 days ago
  • Fixing backspace in VIM for OSX


    Cardeo Design BlogAuthority 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 ...
    4 days ago
  • Window Scrolling


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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!
    5 days ago
  • Reader Question: MMM Mode?


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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 ...
    5 days ago
  • Setting Options


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    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.
    6 days ago
  • Undo Levels


    Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOsAuthority Authority: 123
    You can set the number of desired undo levels by issuing a :set undolevels=N ex command.
    1 week ago
  • Reconsidering Vim


    Floating SunAuthority Authority: 99
    NOTE: This post is not about the editor war — so please don’t try to start one either. First, some background. Lets just say that I lost my editor virginity to Vim . It was a brief, but violent introduction — the modal editing was too unfamiliar, the learning curve too steep. After dabbling with a few other ...
    1 week ago
  • Vip and Zim?


    The 'SpillAuthority Authority: 144
    As the adverts always have it - NEW! IMPROVED! VIM! And, no doubt, ZIP A DEE DOO-DAH! too So, Vim is a concept that can mean many things to many people. Over on the Mothership, some people seem to have objected to the idea that up tempo songs automatically means vimminess, but I dont know about ...
    1 week ago
  • Vim User 買鍵盤,要注意的事項


    CorneliusAuthority Authority: 119
    Vim User 買鍵盤,除了鍵盤觸鍵、Layout 之外,一定要注意的事項: 1. ESC 好不好按:因為要從 insert mode 跳回 normal mode 這是一個非常常用的按鍵。不過如果你已經買了一個 ESC 非常小而且非常難按的鍵盤,你還是可以用 Ctrl-C 來跳回 Normal Mode. ...
    1 week ago
  • Vim & Vigour


    The 'SpillAuthority Authority: 144
    Energy Toes Tapping Digital Justice Fiery Jack Youll Never Get To Me Im Not A Fool Tied Up Let Me Introduce You To The Family Mickey Way Show Them You Should Always Keep In Touch With Your Friends Revitalise
    1 week ago
  • Chipping the web: November 7th


    Chip's QuipsAuthority Authority: 115
    OpenOfficeMouse: more options for the keyboard-impaired Mouse magnifique? Tags: geeksaresexy mouse openoffice Vim Tips Wiki Good resource. Tags: vim tutorial wiki BBC NEWS | Health | Feeling grumpy ‘is good for you’ Now I know where my analytical skills come from. Tags: grumpy ...
    1 week ago
  • Vim - mode line for todolist


    CorneliusAuthority Authority: 119
    有時候會想在 todolist 裡頭也能夠使用 fold 將每個 item 的 description 都 fold 起來只留下 header, 我之前寫了這樣的一小段 vim script: (至於為什麼字串要分開是因為怕讀 vimrc 的時候當成 modeline ) 只要下 :Itemfy 指令,自動會將 current file 加上這行 ...
    1 week ago
  • Full of pep


    The 'SpillAuthority Authority: 144
    Ivan being bouncy - hes about a mover, as you see. Monkey Riding - the Cock and Bull Band When Im Up I Cant Get Down - Oysterband Ҫa Plane Pour Moi - Richard Thompson Look At Granny Run Run - Ry Cooder Shes About A Mover - Doug Sahm & the Sir Douglas Quintet Pine Island Bayou - the Gourds Open Fire ...
    1 week ago

Comments about Vim

Personal attacks are NOT allowed
Please read our comment policy