3957 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 4
80 results tagged vim x
  • Sessions: The vim Feature You Probably Aren't Using - tools and workflow - Bocoup
    November 27, 2019 at 2:10:40 PM GMT+1 - permalink - archive.org - https://bocoup.com/blog/sessions-the-vim-feature-you-probably-arent-using
    session vim
  • thumbnail
    How can I copy text to the system clipboard from Vim? - Vi and Vim Stack Exchange

    Copy in vim to system clipboard
    "+y

    November 20, 2019 at 4:01:13 PM GMT+1 - permalink - archive.org - https://vi.stackexchange.com/questions/84/how-can-i-copy-text-to-the-system-clipboard-from-vim
    clipboard copy vim
  • thumbnail
    GitHub - tpope/vim-unimpaired: unimpaired.vim: Pairs of handy bracket mappings

    https://github.com/tpope/vim-unimpaired/blob/master/doc/unimpaired.txt

    November 18, 2019 at 4:20:09 PM GMT+1 - permalink - archive.org - https://github.com/tpope/vim-unimpaired
    plugin vim
  • Using Vim's named registers

    Appending to a named register

    Using an uppercase letter tells Vim to append text to the specified register (rather than overwriting the existing contents). For example, "Ayy copies the current line, and appends it to register ‘a’.

    <3

    November 6, 2019 at 3:32:26 PM GMT+1 - permalink - archive.org - http://vimcasts.org/episodes/using-vims-named-registers/
    register vim
  • thumbnail
    How to paste yanked text to vim command-line? - Super User

    You can do <C-r>" to paste from the default register or <C-r>a to paste from register a.

    October 24, 2019 at 3:58:01 PM GMT+2 - permalink - archive.org - https://superuser.com/questions/470727/how-to-paste-yanked-text-to-vim-command-line
    command paste vim
  • thumbnail
    keyboard shortcuts - How to put current line at top/center/bottom of screen in vim? - Unix & Linux Stack Exchange

    zt
    zb
    zz

    zs
    ze

    October 6, 2019 at 11:41:43 AM GMT+2 * - permalink - archive.org - https://unix.stackexchange.com/questions/110251/how-to-put-current-line-at-top-center-bottom-of-screen-in-vim
    vim
  • thumbnail
    scroll - How to move screen without moving cursor in Vim? - Stack Overflow

    Additionally:

    Ctrl-y Moves screen up one line
    Ctrl-e Moves screen down one line
    Ctrl-u Moves cursor & screen up ½ page
    Ctrl-d Moves cursor & screen down ½ page
    Ctrl-b Moves screen up one page, cursor to last line
    Ctrl-f Moves screen down one page, cursor to first line

    Ctrl-y and Ctrl-e only change the cursor position if it would be moved off screen.

    August 26, 2019 at 1:49:05 PM GMT+2 - permalink - archive.org - https://stackoverflow.com/questions/3458689/how-to-move-screen-without-moving-cursor-in-vim
    move vim
  • thumbnail
    GitHub - dhruvasagar/vim-zoom: Toggle zoom in / out individual windows (splits)
    August 20, 2019 at 5:57:51 PM GMT+2 - permalink - archive.org - https://github.com/dhruvasagar/vim-zoom
    plugin vim zoom
  • thumbnail
    Is better way to zoom windows in Vim than ZoomWin? - Stack Overflow

    I try to use vim without any plugins as I don't want to rely on them when I work on another system. Coming upon this same issue now, I can propose some 'better ways' (alternative ways) as requested by the OP:

    c-w-| to have window take over (if using vsplits). c-w-= to restore. c-w-_ for horizontal splits
    close the other window(s), thereby making current one fullscreen. Split and re-open from buffer to restore
    August 17, 2019 at 5:43:34 PM GMT+2 - permalink - archive.org - https://stackoverflow.com/questions/13194428/is-better-way-to-zoom-windows-in-vim-than-zoomwin
    vim zoom
  • thumbnail
    All the right moves | Vim Tips Wiki | FANDOM powered by Wikia
    August 16, 2019 at 5:04:24 PM GMT+2 - permalink - archive.org - https://vim.fandom.com/wiki/All_the_right_moves
    move vim
  • thumbnail
    GitHub - scrooloose/nerdtree: A tree explorer plugin for vim.

    Comment j'ai fait pour me passer de nerdtree?

    July 29, 2019 at 3:50:41 PM GMT+2 - permalink - archive.org - https://github.com/scrooloose/nerdtree
    vim
  • thumbnail
    Vim: you don't need NERDtree or (maybe) netrw | George Ornbo
    May 8, 2019 at 7:09:39 PM GMT+2 - permalink - archive.org - https://shapeshed.com/vim-netrw/
    browser vim
  • Note: vim

    current line in top of screen : z<return>
    go to next blank line (paragraph) : }

    March 28, 2019 at 10:25:20 AM GMT+1 - permalink - archive.org - https:///?jNJo8g
    vim
  • thumbnail
    Vim After 15 Years | Ian Langworth’s Things of Variable Interest

    https://github.com/junegunn/fzf
    https://vimawesome.com/plugin/ack-vim
    https://vimawesome.com/plugin/unimpaired-vim

    October 20, 2017 at 10:09:59 AM GMT+2 * - permalink - archive.org - https://statico.github.io/vim3.html
    vim
  • thumbnail
    sickill/vim-monokai: Monokai color scheme for Vim converted from Textmate theme
    June 7, 2017 at 5:35:56 PM GMT+2 - permalink - archive.org - https://github.com/sickill/vim-monokai
    color vim
  • thumbnail
    Dracula — A dark theme for Vim and 40+ apps
    June 7, 2017 at 5:35:22 PM GMT+2 - permalink - archive.org - https://draculatheme.com/vim/
    color vim
  • Fugitive.vim - exploring the history of a git repository

    :Glog

    :clist
    :cprev
    :cnext
    :cfirst
    :clast

    April 27, 2017 at 3:10:31 PM GMT+2 - permalink - archive.org - http://vimcasts.org/episodes/fugitive-vim-exploring-the-history-of-a-git-repository/
    fugitive vim
  • thumbnail
    linux - How to expand/collapse a diff sections in Vimdiff? - Stack Overflow

    zo
    zc

    February 9, 2017 at 10:30:53 AM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/5288875/how-to-expand-collapse-a-diff-sections-in-vimdiff
    vim vimdiff
  • thumbnail
    File format | Vim Tips Wiki | Fandom powered by Wikia
    December 29, 2016 at 12:10:32 PM GMT+1 - permalink - archive.org - http://vim.wikia.com/wiki/File_format
    convert CR CRLF file format git LF vim
  • Fugitive.vim - resolving merge conflicts with vimdiff

    :Gdiff
    :dp

    December 9, 2016 at 2:47:25 PM GMT+1 - permalink - archive.org - http://vimcasts.org/episodes/fugitive-vim-resolving-merge-conflicts-with-vimdiff/
    fugitive merge vim
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation