vim

0

Scripting the Vim editor, Part 1: Variables, values, and expressions

http://www.ibm.com

Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. This article (the first in a series) introduces the fundamental components of the Vimscript programming language: values, variables, expressions, statements, functions, and commands.

Read more »
paul.g.hunter's picture
Created by paul.g.hunter 14 years 40 weeks ago – Made popular 14 years 40 weeks ago
Category: High End   Tags:
0

Speed-Typing in Vim With Maps and Abbreviations

http://www.linuxplanet.com

Vim is still one of the most powerful text editors out there. One of its more useful features is that it allows you to set up your own abbreviations and mappings. These can speed up the typing of stock phrases or do far more complicated things. Enter these in command mode to try them out, or add them to your ~/.vimrc (without the initial colon) if you want them to stay.

Read more »
serdar's picture
Created by serdar 14 years 41 weeks ago – Made popular 14 years 41 weeks ago
Category: High End   Tags:
0

a little vi trick

http://www.handlewithlinux.com

An update to my previous article My vi first steps

I use vi instead of command line editors to do mass replacing of blocks and editing many files in the following way:

say I know all files I need to edit in the current directory contain the text foo and the rest of the files don't.

I open all files containing foo in vi:

Read more »
j00p34's picture
Created by j00p34 14 years 51 weeks ago – Made popular 14 years 51 weeks ago
Category: End User   Tags:
0

Vim Tip: Changing color schemes

http://tuxtraining.com

Tired of the same old syntax color scheme in vim? Are you constantly toggling syntax on and off? Why not find a theme more to your liking?

Read more »
devnull's picture
Created by devnull 15 years 1 week ago – Made popular 15 years 1 week ago
Category: End User   Tags:
0

Vimperator Cheat Sheet

http://tuxtraining.com

a handy cheatsheet to keep on your desk or wall helping out with the vimperator plugin for Firefox. A week with this up and you won't be touching that mouse for quite some time.

Read more »
devnull's picture
Created by devnull 15 years 1 week ago – Made popular 15 years 1 week ago
Category: Beginner   Tags:
0

Master Vim Registers for Advanced Copy

http://tuxtraining.com

Want a better solutions for copying and pasting than the OS clipboard or the temporary buffer? Get to know Vim's registers.

Read more »
devnull's picture
Created by devnull 15 years 1 week ago – Made popular 15 years 1 week ago
Category: Beginner   Tags:
0

Turn on Vim’s Spell checker

http://tuxtraining.com

Did you know vim had a spell checker? Me neither. Goodbye OO.o Writer, hello sane keybindings!

Read more »
devnull's picture
Created by devnull 15 years 1 week ago – Made popular 15 years 1 week ago
Category: Beginner   Tags:
0

Post to Twitter or Identi.ca in Vim

http://tuxtraining.com

A twitter/identi.ca plugin for vim, pretty simple to use and you never have to leave the command line to use it.

Read more »
devnull's picture
Created by devnull 15 years 1 week ago – Made popular 15 years 1 week ago
Category: End User   Tags:
0

Extensibility in Vim and Emacs

http://items.sjbach.com

"Emacs and Vim both provide facility for extension. But as they represent divergent philosophies — Vim following the “small is beautiful” and “do one thing well” precepts of Unix, Emacs coming from a belief that the editor is an operational hub — they have different objectives here..."

Read more »
can.axis's picture
Created by can.axis 15 years 2 weeks ago – Made popular 15 years 1 week ago
Category: High End   Tags:
0

A Single Command to Get Started on Functional Programming

http://micahelliott.com

"Functional Programming is old. Ancient. Like right after FORTRAN. But it’s the future. Trust me, I’m named after the dude who knew about Jesus 700 years early. Seriously, it’s not going to take 700 years for FP to go mainstream. Some would argue that it already is. Python, Ruby, and others have adopted a number of FP features.

Read more »
can.axis's picture
Created by can.axis 15 years 17 weeks ago – Made popular 15 years 17 weeks ago
Category: Beginner   Tags:
0

Announcing my free book on Vim

http://www.swaroopch.com

"... 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..." -- Make a Donation

Read more »
can.axis's picture
Created by can.axis 15 years 20 weeks ago – Made popular 15 years 20 weeks ago
Category: Community   Tags:
0

from Vim to Emacs - part 2

http://upsilon.cc

"A while ago I've blogged about my switch from Vim to Emacs, promising a blog post series, quite a mouthful :-) nevertheless, it's time to continue the series. The first part was about why I think that nowadays Emacs is ready to be switching to. This second part is about flawed Vim design choices which substantially contributed to my choice..."

Read more »
can.axis's picture
Created by can.axis 15 years 22 weeks ago – Made popular 15 years 22 weeks ago
Category: Community   Tags:
0

Close gedit, kick nano to the curb, and master vi/vim

http://tuxtraining.com

Vi and Vim are extremely powerful text editors that are guaranteed to be on almost every *nix system you log into. You don't always have the comfort of a GUI & nano can be cumbersome when doing large tasks. Vi/Vim are an absolute necessity to every Linux admin and a life saver, so why not sit down, spend some time, and get to know your new friend

Read more »
devnull's picture
Created by devnull 15 years 22 weeks ago – Made popular 15 years 22 weeks ago
Category: Beginner   Tags:
0

from Vim to Emacs - part 1

http://upsilon.cc

"Straight to the point: since mid September I've been using Emacs, trying to evaluate whether I was willing to switch from Vim to it. Yup, that's true, me (user of Vim since the day I've started using GNU/Linux 10 years ago, (not so) active maintainer in Debian of vim and related packages, author of some popular Vim extensions and of vim-addon-manager) it's considering switching to Emacs.

Read more »
can.axis's picture
Created by can.axis 15 years 25 weeks ago – Made popular 15 years 25 weeks ago
Category: Community   Tags:
0

100 Vim commands every programmer should know

http://www.catswhocode.com

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.

Read more »
jbj's picture
Created by jbj 15 years 38 weeks ago – Made popular 15 years 38 weeks ago
Category: Beginner   Tags:

Best karma users