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"

    10 février 2014 à 18:19:57 UTC+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/

    4 février 2014 à 10:25:40 UTC+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.

    3 février 2014 à 23:06:25 UTC+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 :)

    3 février 2014 à 23:02:17 UTC+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>

    29 janvier 2014 à 11:01:59 UTC+1 - permalink - archive.org - http://vimdoc.sourceforge.net/htmldoc/syntax.html
    vim
  • An Introduction to Display Editing with Vi

    via nicolasc

    29 janvier 2014 à 09:51:12 UTC+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

    27 janvier 2014 à 09:06:36 UTC+1 - permalink - archive.org - http://vimcasts.org/episodes/archive
    cast video vim
  • How to use vimdiff as the subversion diff tool | t+1
    9 janvier 2014 à 14:38:34 UTC+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

    30 décembre 2013 à 10:45:25 UTC+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 ..)

    14 décembre 2013 à 17:13:28 UTC+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

    3 décembre 2013 à 10:09:28 UTC+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!

    3 décembre 2013 à 10:05:09 UTC+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

    28 novembre 2013 à 11:34:13 UTC+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
    24 novembre 2013 à 20:41:36 UTC+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)

    8 septembre 2013 à 16:01:46 UTC+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

    19 août 2013 à 14:46:43 UTC+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

    6 août 2013 à 15:42:46 UTC+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
    6 août 2013 à 15:41:17 UTC+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

    6 août 2013 à 15:17:53 UTC+2 - permalink - archive.org - http://vimebook.com/
    vim
  • Plugins - Best of Vim
    19 juillet 2013 à 22:40:34 UTC+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