4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
96 results tagged vim x
  • thumbnail
    How to insert Tab character when expandtab option is ON in VIM - Stack Overflow

    Certains fichiers de conf ont besoin de tabulation pour survivre.
    Pour faire une tabulation quand on est en expandtab, suffit :

    "ctrl-v tab"

    February 10, 2014 at 6:19:57 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/4781070/how-to-insert-tab-character-when-expandtab-option-is-on-in-vim
    tab vim
  • Vim tips : zz

    Vous ouvrez un fichier, vous voulez vous rendre sur la ligne concernée, disons la ligne 235.
    Pour ça on tape ":235"
    Ensuite pour "centrer la vue" : "zz"

    \o/

    February 4, 2014 at 10:25:40 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?c5jByA
    tips vim
  • The Pragmatic Bookshelf | Practical Vim

    Je lis ce bouquin en ce moment, à petite dose ça passe bien.

    February 3, 2014 at 11:06:25 PM GMT+1 - permalink - archive.org - http://pragprog.com/book/dnvim/practical-vim
    vim
  • VimGolf - real Vim ninjas count every keystroke!

    "Le meilleur moyen de progresser c'est de pratiquer" excellent ce vim golf :)

    February 3, 2014 at 11:02:17 PM GMT+1 - permalink - archive.org - http://vimgolf.com
    vim
  • vim : map Toggle syntax coloration

    vimrc trick not bad :

    To put this into a mapping, you can use:
    :map <F7> :if exists("g:syntax_on") <Bar>
    \ syntax off <Bar>
    \ else <Bar>
    \ syntax enable <Bar>
    \ endif <CR>

    January 29, 2014 at 11:01:59 AM GMT+1 - permalink - archive.org - http://vimdoc.sourceforge.net/htmldoc/syntax.html
    vim
  • An Introduction to Display Editing with Vi

    via nicolasc

    January 29, 2014 at 9:51:12 AM GMT+1 - permalink - archive.org - http://docs.freebsd.org/44doc/usd/12.vi/paper.html
    vi vim
  • Episodes

    je me mets ça de côté, des screencast/tuto vim

    January 27, 2014 at 9:06:36 AM GMT+1 - permalink - archive.org - http://vimcasts.org/episodes/archive
    cast video vim
  • How to use vimdiff as the subversion diff tool | t+1
    January 9, 2014 at 2:38:34 PM GMT+1 - permalink - archive.org - http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/
    diff vim
  • thumbnail
    How do diff over ssh? - Server Fault

    vimdiff /path/to/file scp://remotehost//path/to/file

    December 30, 2013 at 10:45:25 AM GMT+1 - permalink - archive.org - http://serverfault.com/questions/59140/how-do-diff-over-ssh
    diff remote vim
  • MatchTag - MatchParen for HTML tags. : vim online

    à tester, pourrait être pratique quand j'édite du html
    (pour trouver le div fermant ..)

    December 14, 2013 at 5:13:28 PM GMT+1 - permalink - archive.org - http://www.vim.org/scripts/script.php?script_id=3818
    html tag vim
  • How I boosted my Vim » nvie.com

    custom du vimrc à lire

    December 3, 2013 at 10:09:28 AM GMT+1 - permalink - archive.org - http://nvie.com/posts/how-i-boosted-my-vim/
    vim
  • vim tricks

    Un truc que j'avais oublié avec vim et qui vient de me revenir :
    Pour répéter une commande, utiliser "." (point)
    Par exemple lorsque je veux tabuler plusieurs lignes, je ctrl+v pour selectionner mes lignes, puis je ">" pour tab 1 fois
    Pour tab une 2eme ou 3eme fois, je fais "." autant de fois qu'il le faut!

    December 3, 2013 at 10:05:09 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?MUT-ew
    tips vim
  • Faster Grepping in Vim

    Parait que ça va plus vite que ack
    à tester

    November 28, 2013 at 11:34:13 AM GMT+1 - permalink - archive.org - http://robots.thoughtbot.com/faster-grepping-in-vim/
    ack grep linux vim
  • Redirecting wget to STDOUT – now with Syntax Highlighting - Stefan Fischerländer
    November 24, 2013 at 8:41:36 PM GMT+1 - permalink - archive.org - http://fischerlaender.de/webdev/redirecting-wget-to-stdout
    couleur less vim vless wget
  • thumbnail
    Vim: What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands? - Stack Overflow

    Explication des commandes de map de vim (pour compléter son .vimrc)

    September 8, 2013 at 4:01:46 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/3776117/vim-what-is-the-difference-between-the-remap-noremap-nnoremap-and-vnoremap-ma
    map vim
  • Vim: revisited

    Article cool sur vim

    August 19, 2013 at 2:46:43 PM GMT+2 - permalink - archive.org - http://mislav.uniqpath.com/2011/12/vim-revisited/
    vim
  • Vim et son plugin NERD_Tree sur un système GNU/Linux Ubuntu

    Commandes pour utiliser le plugin NERDTree de vim

    August 6, 2013 at 3:42:46 PM GMT+2 - permalink - archive.org - http://ngressier.developpez.com/articles/vim/vim-plugin-nerdtree/#LB-5
    nerdtree vim
  • Guide de contrôle total de vim - All4Dev

    Comment gérer les onglets dans vim

    Onglets (tabs)

     :tabedit <file> : ouvre un fichier dans un nouvel onglet
    gt (ou CTRL-PGDOWN), gT (ou CTRL-PGUP) : respectivement passer à l'onglet suivant/précédent
     :tabmode <entier> : déplace l'onglet courant à la position indiquée (0 signifie premier onglet)
    CTRL-W T : si la fenêtre est splitée, détache le buffer en cours dans un nouvel onglet
    August 6, 2013 at 3:41:17 PM GMT+2 - permalink - archive.org - http://all4dev.libre-entreprise.org/index.php/Guide_de_contr%C3%B4le_total_de_vim#Onglets_.28tabs.29
    onglets vim
  • Apprenez Vim intelligemment - Vim pour les humains

    Livre sur vim

    August 6, 2013 at 3:17:53 PM GMT+2 - permalink - archive.org - http://vimebook.com/
    vim
  • Plugins - Best of Vim
    July 19, 2013 at 10:40:34 PM GMT+2 - permalink - archive.org - http://www.bestofvim.com/plugin/
    vim
Links per page: 20 50 100
◄Older
page 4 / 5
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation