Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
19 results for tags vim x
  • Convert CRLF to LF / Newbie Corner / Arch Linux Forums
    vim somefile
    :set ff=unix
    :wq
    permalink -
    - https://bbs.archlinux.org/viewtopic.php?id=22553
    memo vim
  • What's a quick way to comment/uncomment lines in Vim? - Stack Overflow
    For those tasks I use most of the time block selection.

    Put your cursor on the first # character, press CtrlV (or CtrlQ for gVim), and go down until the last commented line and press x, that will delete all the # characters vertically.

    For commenting a block of text is almost the same: First, go to the first line you want to comment, press CtrlV, and select until the last line. Second, press I#Esc (then give it a second), and it will insert a # character on all selected lines.
    permalink -
    - https://stackoverflow.com/questions/1676632/whats-a-quick-way-to-comment-uncomment-lines-in-vim
    memo vim
  • Converting tabs to spaces - Vim Tips Wiki
    After the 'expandtab' option is set, all the new tab characters entered will be changed to spaces. This will not affect the existing tab characters. To change all the existing tab characters to match the current tab settings, use:

    :retab
    permalink -
    - http://vim.wikia.com/wiki/Converting_tabs_to_spaces
    vim
  • Changer le format <cr> <lf> avec vim
    :set fileformat=unix
    ou pour windows :
    :set fileformat=dos
    permalink -
    - ?m3dKDQ
    memo vim
  • vi_memento_fr.pdf
    permalink -
    - http://free-electrons.com/doc/vi_memento_fr.pdf
    vim
  • Build Podcast | 041 Vim
    permalink -
    - http://build-podcast.com/vim/
    tuto vim
  • memo-linux.com » Astuce: modifier un fichier système avec VI sans être root
    :w !sudo tee %
    permalink -
    - http://memo-linux.com/astuce-modifier-un-fichier-systeme-avec-vi-sans-etre-root/
    linux memo vim
  • Vim tips: Working with external commands | Linux.com
    permalink -
    - http://www.linux.com/learn/tutorials/442419-vim-tips-working-with-external-commands
    vim
  • Vim splitter sa fenêtre en de multiples documents | Appendre Librement
    permalink -
    - http://appendrelibrement.wordpress.com/2011/03/04/vim-split/
    vim
  • Guide de contrôle total de vim - All4Dev
    et aussi (http://linuxfr.org/forums/astucesdivers/posts/%C3%A9diteurvim-numeroter-les-lignes-sous-vi) :

    :set list/nolist pour afficher/cacher les caractères non imprimables (EOL, ^M, tab...)

    <CTRL+p> complétion automatique de frappe sur la base des buffers ouverts et du/des fichiers .ctags
    et bien d'autres options encore...

    on peut aussi mettre ! pour l'inverse des options bianaires (list / nolist ou list!)
    permalink -
    - http://all4dev.libre-entreprise.org/index.php/Guide_de_contr%C3%B4le_total_de_vim
    vim
  • Vim - Blog de neolao
    permalink -
    - http://blog.neolao.com/post/2009/05/25/74-vim
    vim
  • Secrets of tabs in vim
    tabstop
    Set tabstop to tell vim how many columns a tab counts for. Linux kernel code expects each tab to be eight columns wide. Visual Studio expects each tab to be four columns wide. This is the only command here that will affect how existing text displays.

    expandtab
    When expandtab is set, hitting Tab in insert mode will produce the appropriate number of spaces.

    shiftwidth
    Set shiftwidth to control how many columns text is indented with the reindent operations (<< and >>) and automatic C-style indentation.

    softtabstop
    Set softtabstop to control how many columns vim uses when you hit Tab in insert mode. If softtabstop is less than tabstop and expandtab is not set, vim will use a combination of tabs and spaces to make up the desired spacing. If softtabstop equals tabstop and expandtab is not set, vim will always use tabs. When expandtab is set, vim will always use the appropriate number of spaces.
    permalink -
    - http://tedlogan.com/techblog3.html
    vim
  • VIM Adventures
    3 premiers niveaux gratuits pour apprendre (ici les déplacements seulement) vim
    permalink -
    - http://vim-adventures.com/
    jeux vim
  • Moving around - Vim Tips Wiki
    En cherchant à retrouver le début de mon fichier (plus de 3000 lignes !) sous vim je me suis mis à googler...
    Alors bon c'est 1G ou gg
    ("g" pour "go")
    permalink -
    - http://vim.wikia.com/wiki/Moving_around
    vim
  • Vim : Astuce pour le copier coller - developpement-vim
    permalink -
    - http://www.blogduwebdesign.com/developpement-vim/vim-astuce-pour-le-copier-coller/605
    vim
  • vim - How do I indent multiple lines quickly in vi? - Stack Overflow
    918 down vote accepted


    Use the > command. To indent 5 lines, 5>>. To mark a block of lines and indent it, Vjj> to indent 3 lines (vim only). To indent a curly-braces block, put your cursor on one of the curly braces and use >%.

    If you’re copying blocks of text around and need to align the indent of a block in its new location, use ]p instead of just p. This aligns the pasted block with the surrounding text.

    Also, the shiftwidth setting allows you to control how many spaces to indent.
    permalink -
    - http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
    vim
  • Guide de contrôle total de vim - All4Dev
    permalink -
    - http://all4dev.libre-entreprise.org/index.php/Guide_de_contr%C3%B4le_total_de_vim#Indentation
    vim
  • How to cut an entire line in vim and paste it? - Stack Overflow
    permalink -
    - http://stackoverflow.com/questions/8773299/how-to-cut-an-entire-line-in-vim-and-paste-it
    linux vim
  • Vim After 11 Years - Ian Langworth's Things of Variable Interest
    permalink -
    - http://statico.github.com/vim.html
    linux vim
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.