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”

  • Reconsidering Vim


    Floating SunAuthority Authority: 91
    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 day ago
  • Vip and Zim?


    The 'SpillAuthority Authority: 142
    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 day ago
  • Vim User 買鍵盤,要注意的事項


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


    The 'SpillAuthority Authority: 142
    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 day ago
  • Chipping the web: November 7th


    Chip's QuipsAuthority Authority: 113
    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 ...
    2 days ago
  • Vim - mode line for todolist


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


    The 'SpillAuthority Authority: 142
    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 ...
    2 days ago
  • Code Cosmetics With Komodo and vim


    fredericianaAuthority Authority: 413
    The source code for the Mozilla Add-ons project tries to follow the PEAR Coding Standards . One of these standards is to use 4 spaces per level of indentation, and no tabs . Over time, unfortunately, some files start to contain a significant amount of mixed-up indentation (both from badly set-up IDEs and ...
    3 days ago
  • NEW-Vim Coupon


    CANADIAN FREE STUFF - Freebies, coupons and contestsAuthority Authority: 145
    Wow, save.ca is adding more coupons almost everyday now. Get your $1.00 off coupon for Vim Spray Today. Click Here to Save Share this on Facebook Tweet This! Subscribe to the comments for this post? Stumble upon something good? Share it on StumbleUpon Share this on Technorati
    4 days ago
  • Vim Plugins You Should Know About, Part V: a.vim


    good coders code, great reuseAuthority Authority: 509
    This is the fifth post in the article series “ Vim Plugins You Should Know About “. This time I am going to introduce you to a nifty plugin called “ a.vim “. A.vim allows you to quickly switch between related source code files. For example, if you’re programming in C, you can alternate between source.c and ...
    4 days ago
  • User Friendly Text Editor For Everyone – WJED !


    vhxn.comAuthority Authority: 439
    WJED is a spectacular text editor that has been primarily designed for programmers. But, its Drop-Down menu feature makes it the friendliest text editor. Therefore, if you need an ideal method for composing simple email messages as well as editing complex programs in a variety of computer languages, you can go with ...
    5 days ago
  • Liven it up with color.


    Ask MetaFilterAuthority Authority: 634
    Vi/Vim gurus: how can I modify my background color to beautify my gvim interface? Recently, Ive begun using MacVim, the Mac OS X port of the Vim text editor, on Snow Leopard. The app comes with a feature-complete and sophisticated gui, including a menu for selecting color schemes. You can also configure color ...
    1 week ago
  • YAPC::Tiny 第二彈簡報


    CorneliusAuthority Authority: 118
    於此網址: http://oulixe.us/talks/yapc-tiny-2.xul 請用 Firefox 開啟。謝謝。:)
    1 week ago
  • Vim: Editing ActionScript


    JJinuxLandAuthority Authority: 110
    It took me an embarrassingly long time to figure out how to install the ActionScript plugin for Vim. First, download it from here . Put it in ~/.vim/syntax. Now, update your ~/.vimrc file to look something like this: set autoindent syntax on filetype plugin on " Use .as for ActionScript files, not Atlas files. au ...
    1 week ago
  • How To Enable Vi Syntax Highlighting In Ubuntu


    Standard DeviationsAuthority Authority: 108
    Note to self, as I seem to need to do this on every new install: Ubuntu ships with vim-tiny, which doesn’t support syntax highlighting. Do this: sudo apt-get remove vim-tinysudo apt-get install vimsudo vi /etc/vim/vimrc( Remove the quote mark from the "syntax on" line, uncommenting it)
    1 week ago
  • BashStyle-NG – Change look and feel of your Bash,Vim and Nano


    fsdaily.com - Free Software News - Published newsAuthority Authority: 158
    BashStyle-NG is a graphical Tool for changing the Bash’s behaviour and look’nfeel. Aswell as Readline’s, Nano’s and Vim’s.
    1 week ago
  • MacVim-KaoriYa 20091027


    splhackAuthority Authority: 106
    http://code.google.com/p/macvim-kaoriya/ 20091027版をテストリリースしました。 半角カタカナの濁点半濁点があると直前の文字を含めて1文字扱いになってしまい表示が崩れる不具合を対策しました。 ...
    2 weeks ago
  • cpan.vim again


    CorneliusAuthority Authority: 118
    I just fixed the Autocomplop vim plugin conflicts of cpan.vim so if you open the cpan search window , it will detect the autocomplpop plugin , if you are using autocomplpop , then cpan.vim will disable it for temporary. after window closed, it will be enabled again. also, thanks dann for tracing the autocomplpop ...
    2 weeks ago
  • 25+ Useful Linux and Unix Cheat Sheets


    Linux/Unix News - motd.ambians.comAuthority Authority: 461
    In this post , I have collected almost 27 Cheat sheets available for Linux users. These Cheat sheets will contain Linux command lines, Linux security, Linux administration, Gnome/KDE, sed/awk/vim, and distribution specific codes. Get them all here
    2 weeks ago
  • BashStyle-NG – Change look and feel of your Bash,Vim and Nano


    Ubuntu GeekAuthority Authority: 579
    BashStyle-NG is a graphical Tool for changing the Bash’s behaviour and look’n’feel. Aswell as Readline’s, Nano’s and Vim’s. It shipps a huge scriptchain, that is used by the styles shipped with BS-NG, but can also be used separately. Since v6.3 you have the opportunity to create your own prompts. For ...
    2 weeks ago

Comments about vim

Personal attacks are NOT allowed
Please read our comment policy