Pages tagged vim:

Web屋のためのVim設定・Tipsまとめ 1/2 - ナレッジエース
http://blog.blueblack.net/item_340
100 Vim commands every programmer should know
http://www.catswhocode.com/blog/100-vim-commands-every-programmer-should-know

Since the 70’s, Vi is one of the programmer’s best friend. Nevermind you’re new to Vi or not, here’s a big list of 100 useful commands, organized by topic, which will make your coder life better.
คำสั่งพื้นฐานของ vi
Sharpen the Vim saw | Ivan Idris Blog
http://ivanidris.net/wordpress/index.php/2009/02/03/sharpen-the-vim-saw
7 habits for effective text editing 2.0 is the title of the Google tech talk given by Bram Moolenaar on 13 February 2007. The title is loosely based
nice.. thanks daveg
Vim Links of Worth and Valor
http://mileszs.github.com/
Learning Vim The Pragmatic Way
http://jrmiii.com/2009/03/06/learning-vim-the-pragmatic-way.html
Joe Martinez Learning Vim The Pragmatic Way
ソースコードを快適に読むための GNU GLOBAL 入門 (前編) - まちゅダイアリー(2009-03-07)
http://www.machu.jp/diary/20090307.html#p01
まぁcscopeのほうが便利だけど
春なのでemacsからvimに乗り換えてみました - ふぃふmemo
http://fifnel.com/2009/04/07/2300/
briancarper.net :: Vim regexes are awesome
http://briancarper.net/blog/vim-regexes-are-awesome
matter
Some good regex tips for vim. Via @sam_stokes
derwiki - What I Wish I Had Known About Developing C/C++ From Linux Before I Started
http://derwiki.tumblr.com/post/98651197/what-i-wish-i-had-known-about-developing-c-c-from
pysmell - Google Code
http://code.google.com/p/pysmell/
python completion for IDE including Emacs
python autocomplete for vim
Vim made easy: how to get your favorite IDE features in Vim - Ars Technica
http://arstechnica.com/open-source/guides/2009/05/vim-made-easy-how-to-get-your-favorite-ide-features-in-vim.ars
vim tips
Vim Recipes - Free cookbook for the Vim text editor
http://vim.runpaint.org/
"Vim Recipes is a free cookbook for Vim, the popular text editor. "
Vim Recipes: Table of Contents
http://vim.runpaint.org/toc/
Vim tutorial
VIM as Python IDE | Alain M. Lafon
http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/
Finding the perfect IDE for Python isn’t an easy feat. There are a great many to chose from, but even though some of them offer really nifty features, I can’t help myself but feel attracted to VIM anyway. I feel that no IDE accomplishes the task of giving the comfort of complete power over the code - something is always missing out. This is why I always come back to using IDLE and VIM. Those two seem to be best companions when doing some quick and agile hacking - but when it comes to managing bigger and longer term projects, this combo needs some tweaking. But when it’s done, VIM will be a powerful IDE for Python - including code completion(with pydoc display), graphical debugging, task-management and a project view.
Excellent guide to get VIM going as a good IDE, especially for Python.
Scripting the Vim editor, Part 1: Variables, values, and expressions
http://www.ibm.com/developerworks/linux/library/l-vim-script-1/index.html
In this series of articles, we'll look at the most popular modern variant of vi, the Vim editor, and at the simple yet extremely powerful scripting language that Vim provides. This first article explores the basic building blocks of Vim scripting: variables, values, expressions, simple flow control, and a few of Vim's numerous utility functions.
scripting vim
Blogging Ottinger (tim) :: Use VIM Like a Pro
http://tottinge.blogsome.com/use-vim-like-a-pro/
Good tutorial for Vim
Vim Plugins You Should Know About, Part IV: snipmate.vim - good coders code, great reuse
http://www.catonmat.net/blog/vim-plugins-snipmate-vim/
http://www.vim.org/scripts/script.php?script_id=2540, or http://www.vim.org/scripts/script.php?script_id=2611, or http://www.vim.org/scripts/script.php?script_id=2715 want surround.vim: http://www.vim.org/scripts/script.php?script_id=1697
Remote Pair Programming with Screen and Vim
http://haruska.com/2009/09/29/remote-pair-programming/
We used this pretty effectively at Reevoo, and I'm sure I'll use it again.
FreeSource : Статьи / Кратко Обо Всём / VIM
http://freesource.info/wiki/Stat%27i/KratkoOboVsjom/VIM
тановить максимальную ширину окна;
1 Опции командной строки 2 VIM-файлы 3 Структура команд 4 Команды 4.1 Перемещение по тексту 4.2 Прокрутка экрана 4.3 Смена режимов 4.4 Работа с файлами 4.5 Редактирование 4.6 Поиск 4.7 Манипуляции с окнами 4.8 Метки 4.9 Регистры 4.10 Настройки 4.11 Опции 4.12 Команды интеграции 4.13 Группировка текста 4.14 Компиляция/отладка программ 4.15 Другое 4.16 Часто используемые команды (желательно запомнить)
Yubin Kim » Blog Archive » Vim tips: stuff I wish I knew when I first started - Her likes, dislikes and things she is indifferent to
http://yubinkim.com/?p=6
considers any number preceded by 0 to be octal (unless it contains an 8 or 9). Similarly, any number prefixed by 0x is considered hexadecimal. If you wish to change this behaviou
set nrformats=hex
Adam Lowe: VIM Destroys All Other Rails Editors
http://www.adamlowe.me/2009/12/vim-destroys-all-other-rails-editors.html
What you use to edit code is any other tool and it comes down to personal preference. Personally I LOVE Vim. There are hundred different ways you could set up Vim. This is the setup that's worked best for me. Hope you enjoy it as well.
Tux Training » Blog Archive » How to have a lightweight, beautiful, functional terminal
http://tuxtraining.com/2009/07/28/how-to-have-a-lightweight-beautiful-functional-terminal
uptime | awk '{print $2,$3, $4}'
Configuration for rxvt in X to have better colors and fonts
items.sjbach.com » Writing a Vim plugin
http://items.sjbach.com/97/writing-a-vim-plugin
Good summary of pros and cons of vimscript vs ruby/python/whatever.
Some things to consider when writing a plugin for vim. Comments describe how to implement some OOP in vimscript. whodathunkit?
vim tips and tricks: home
http://www.cs.swarthmore.edu/help/vim/
dicas e truques de VIM
Vim エディターのスクリプトの作成: 第 1 回 変数、値、式
http://www.ibm.com/developerworks/jp/linux/library/l-vim-script-1/?ca=drs-jp
スクリプト 入門 変数
Vim script の初歩。
Vim Plugins You Should Know About, Part III: matchit.vim - good coders code, great reuse
http://www.catonmat.net/blog/vim-plugins-matchit-vim/
good coders code, great reuse
Inspiration - Color Theme Generator - TextMate/Emacs/Vim
http://inspiration.sweyla.com/code/
Inspiration - Color Theme Generator http://inspiration.sweyla.com/code/ (via @rob_rix) – Joe Ricioppo (joericioppo) http://twitter.com/joericioppo/statuses/10935608331
Vimcasts
http://vimcasts.org/
Learn how to use vim's more advanced features via these great video casts.
Check it out @seansawyer People that make sites like this get all of my respect http://vimcasts.org/ /via @Stammy
video tutorials on using VIM
Episodes
http://vimcasts.org/episodes/archive
What is your most productive shortcut with Vim? - Stack Overflow
http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
amazing guide to Vim commands
awesome answer
Advanced technique in VIM, don't just JKHL!
Vim is still sexy! | Floating Sun
http://floatingsun.net/2009/04/18/vim-is-still-sexy/
Vimium - the hacker's browser
http://vimium.github.com/
Vimium - the hacker's browser http://vimium.github.com/ (via @Woork)
vimperator for chrome!
Vimium is a Google Chrome extension which provides keyboard shortcuts for navigation and control in the spirit of the Vim editor. Watch this video to get a feel for how it works:
Vimium is a Google Chrome extension which provides keyboard shortcuts for navigation and control in the spirit of the Vim editor.
Apparently, the bindings only work when the page would run javascript anyway, so e.g. you can't use them with raw images.
Swaroop C H, The Dreamer - India, Life, Technology » Blog Archive » Announcing my free book on Vim
http://www.swaroopch.com/blog/a-free-book-on-vim/
I’m happy to announce the first public release of my Creative-Commons licensed book on the Vim 7 editor. This book is meant for both beginners and advanced users. For beginners, it walks you through the first steps to learning about modes, discusses about typing skills to be effective and moves on to the editing basics. This book will definitely appeal more to people who are Vim users already because it helps add a huge number of tricks to their arsenal, whether it is more efficient editing, personal information management, coding your own plugins or making Vim a programmers’ editor.
VI Editor / Linux Terminal Cheat Sheet (PDF) - Smashing Magazine
http://www.smashingmagazine.com/2010/05/03/vi-editor-linux-terminal-cheat-sheet-pdf/
Hoja de comandos del editor de Linux VIM.
philosecurity » Blog Archive » Pirates and Ninjas: Emacs or Vi?
http://philosecurity.org/2009/03/23/pirates-and-ninjas-emacs-or-vi
#12sine @the one who blogs: try M-x doctor when drunk. Hillarious, but like most drunken enternainments, not so great sober. Also try M-x yow when drunk or stoned (emulates Zippy the Pinhead). For realy weird entertainment: M-x psychoanalize-pinhead will turn the doctor loose on Zippy… Yes, this pirate spends a lot of tube time with emacs and a glass of scotch. Probably not stealthy, but much more fun!
Ctrl+中指か薬指を使うキー操作が多いEmacsで指の負担を軽くする方法 - ’(rubikitch wanna be (a . lisper))
http://d.hatena.ne.jp/rubikitch/20081104/1225745862
To use JK to scroll.