
VIM
Get flash to fully experience Pearltrees
Don't worry, I'll finish all the previous article series that I have started ( creating and marketing a video downloading tool , famous awk one-liners explained , sed one-liners explained and mit algorithms ). I just wanted to utilize my excitement and get this article published ASAP. Okay, so what is surround.vim plugin? Here is what Tim Pope , the author of this plugin, says: Surround.vim is all about "surroundings": parentheses, brackets, quotes, XML tags, and more. The plugin provides mappings to easily delete, change and add such surroundings in pairs.
Vim Plugins You Should Know About, Part I: surround.vim - good coders code, great reuse - Vimperator
Python and vim: Two great tastes that go great together - Vimperator
#for i in xrange(0, min(maxSearch, len(cb))): [CONTINUED] # count spaces after a class or def line if justSawDefOrClassLine: justSawDefOrClassLine = 0 if line[0] == ' ': indentSpaces = 0 for c in line: if c != ' ': break indentSpaces = indentSpaces + 1 if line[:4] == 'def ' or line[:6] == 'class ': justSawDefOrClassLine = 1 #for i in xrange(0, min(maxSearch, len(cb))): [CONTINUED] # add to tab versus space count if line[0] in ' \t': indentCount[line[0]] = indentCount.get(line[0], 0) + 1 # more lines started with space if indentCount[' '] > indentCount['\t']: vim.command('set smarttab tabstop=8 expandtab') if indentSpaces: vim.command('set ts=%d sw=%d' % ( indentSpaces, indentSpaces )) # more lines started with tab else: vim.command('set softtabstop=3 ts=3 sw=3') EOF #for i in xrange(0, min(maxSearch, len(cb))): [CONTINUED] # generate new serial now = time.time() today = time.strftime('%Y%m%d00', time.localtime(now)) todayVal = long(today) serialVal = long(serial) if todayValTutoriel Le texte suivant est la traduction du tutoriel disponible lors du démarrage de Vimperator. Ce tutoriel est fait pour le clavier a été adapté pour la disposition bépo, avec cette configuration . Entre [], j'ai mis les raccourcis par défaut de Vimperator qui marcheront parfaitement sur un clavier Azerty. Démarrage rapide
Vimperator
Vim - bépo
Lire les pages de manuel avec vim c'est possible !
IDE Python

