4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 5
96 results tagged vim x
  • thumbnail
    josa42/coc-go: Go language server extension using gopls for coc.nvim.
    2022年11月15日 GMT+1 下午4:30:50 - permalink - archive.org - https://github.com/josa42/coc-go
    go vim
  • thumbnail
    fatih/vim-go: Go development plugin for Vim
    2022年11月15日 GMT+1 下午4:30:38 - permalink - archive.org - https://github.com/fatih/vim-go
    go vim
  • GitHub - tpope/vim-obsession: obsession.vim: continuously updated session files

    Auto save vim session

    2022年8月25日 GMT+2 上午10:52:01 - permalink - archive.org - https://github.com/tpope/vim-obsession
    session vim
  • thumbnail
    GitHub - hashicorp/terraform-ls: Terraform Language Server
    2022年7月13日 GMT+2 上午11:06:48 - permalink - archive.org - https://github.com/hashicorp/terraform-ls
    terraform vim
  • Complete Guide to getting started with coc.nvim | Develop Paper
    • https://github.com/neovim/nvim-lspconfig/wiki/Comparison-to-other-LSP-ecosystems-(CoC,-vim-lsp,-etc.)
    2022年5月13日 GMT+2 上午11:09:48 * - permalink - archive.org - https://developpaper.com/complete-guide-to-getting-started-with-coc-nvim/
    autocomplete lsp neovim vim
  • thumbnail
    Using command-line history | Vim Tips Wiki | Fandom

    Navigate through your search history (/) or command history (:) without leaving your home row?

    q:

    q/

    Think "query search" and "query command"

    2022年4月23日 GMT+2 下午7:53:49 - permalink - archive.org - https://vim.fandom.com/wiki/Using_command-line_history
    history vim
  • Vim for all level

    Practical vim tips and trick for all level

    2022年3月4日 GMT+1 上午9:44:13 - permalink - archive.org - https://thevaluable.dev/tags/vim/
    vim
  • Note: tip zsh edit command line

    bindkey -M emacs |grep edit-command
    "^X^E" edit-command-line

    ctrl x ctrl e pour editer la commande actuelle via vim

    2022年2月2日 GMT+1 下午2:25:52 - permalink - archive.org - https://links.infomee.fr/?Skfb-A
    command edit vim zsh
  • thumbnail
    Get the name of the current file | Vim Tips Wiki | Fandom

    :echo @% def/my.txt directory/name of file (relative to the current working directory of /abc)
    :echo expand('%:t') my.txt name of file ('tail')
    :echo expand('%:p') /abc/def/my.txt full path
    :echo expand('%:p:h') /abc/def directory containing file ('head')
    :echo expand('%:p:h:t') def First get the full path with :p (/abc/def/my.txt), then get the head of that with :h (/abc/def), then get the tail of that with :t (def)
    :echo expand('%:r') def/my name of file less one extension ('root')
    :echo expand('%:e') txt name of file's extension ('extension')

    2021年10月25日 GMT+2 上午10:05:58 - permalink - archive.org - https://vim.fandom.com/wiki/Get_the_name_of_the_current_file
    echo file vim
  • Eliminating delays on ESC in vim and zsh - John Hawthorn
    2021年9月23日 GMT+2 下午5:13:40 - permalink - archive.org - https://www.johnhawthorn.com/2012/09/vi-escape-delays/
    delay tmux vim zsh
  • replace tab by space or replace spaces by tab in linux — pydata

    :set et|retab

    2021年8月5日 GMT+2 上午10:40:46 - permalink - archive.org - https://songhuiming.github.io/pages/2016/07/31/replace-tab-by-space-or-replace-spaces-by-tab-in-linux/
    space tab vim
  • thumbnail
    tpope/vim-surround: surround.vim: quoting/parenthesizing made simple
    2021年7月2日 GMT+2 下午5:11:25 - permalink - archive.org - https://github.com/tpope/vim-surround
    vim
  • machakann/vim-sandwich: The set of operator and textobject plugins to search/select/edit sandwiched textobjects.
    2021年7月2日 GMT+2 下午5:11:14 - permalink - archive.org - https://github.com/machakann/vim-sandwich
    vim
  • Note: vim et plugin Ack

    le plugin Ack permet de chercher dans le repertoire courant de vim (celui qu'on voit avec :pwd)
    Pour chercher seulement dans un seul repertoire, il faut changer ce repertoire courant. Quelques commandes pratiques :

    :Gcd (fournit par fugitive vim) permet de remonter à la racine du repot git

    Dans nerdtree, si on se place sur un repertoire et qu'on fait 'cd', le repertoire courant de vim est changé

    Une fois dans le bon repertoire, on peut chercher avec :Ack! pattern

    2021年6月18日 GMT+2 下午4:56:21 - permalink - archive.org - https://links.infomee.fr/?rKuCFQ
    ack vim
  • Creating a new file or directory in Vim using NERDTree - Kevin Sookocheff
    2020年11月6日 GMT+1 上午10:50:07 - permalink - archive.org - https://sookocheff.com/post/vim/creating-a-new-file-or-directoryin-vim-using-nerdtree/
    vim
  • thumbnail
    GitHub - davidhalter/jedi-vim: Using the jedi autocompletion library for VIM.
    2020年4月22日 GMT+2 上午8:39:53 - permalink - archive.org - https://github.com/davidhalter/jedi-vim
    python vim
  • Sessions: The vim Feature You Probably Aren't Using - tools and workflow - Bocoup
    2019年11月27日 GMT+1 下午2:10:40 * - permalink - archive.org - https://bocoup.com/blog/sessions-the-vim-feature-you-probably-arent-using
    layout save 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

    2019年11月20日 GMT+1 下午4:01:13 - 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

    2019年11月18日 GMT+1 下午4:20:09 - 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

    2019年11月6日 GMT+1 下午3:32:26 - permalink - archive.org - http://vimcasts.org/episodes/using-vims-named-registers/
    register vim
Links per page: 20 50 100
◄Older
page 1 / 5
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation