4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    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.
      November 15, 2022 at 4:30:50 PM GMT+1 - permalink - archive.org - https://github.com/josa42/coc-go
      go vim
    • thumbnail
      fatih/vim-go: Go development plugin for Vim
      November 15, 2022 at 4:30:38 PM GMT+1 - 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

      August 25, 2022 at 10:52:01 AM GMT+2 - permalink - archive.org - https://github.com/tpope/vim-obsession
      session vim
    • thumbnail
      GitHub - hashicorp/terraform-ls: Terraform Language Server
      July 13, 2022 at 11:06:48 AM GMT+2 - 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.)
      May 13, 2022 at 11:09:48 AM GMT+2 * - 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"

      April 23, 2022 at 7:53:49 PM GMT+2 - 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

      March 4, 2022 at 9:44:13 AM GMT+1 - 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

      February 2, 2022 at 2:25:52 PM GMT+1 - 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')

      October 25, 2021 at 10:05:58 AM GMT+2 - 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
      September 23, 2021 at 5:13:40 PM GMT+2 - 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

      August 5, 2021 at 10:40:46 AM GMT+2 - 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
      July 2, 2021 at 5:11:25 PM GMT+2 - 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.
      July 2, 2021 at 5:11:14 PM GMT+2 - 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

      June 18, 2021 at 4:56:21 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?rKuCFQ
      ack vim
    • Creating a new file or directory in Vim using NERDTree - Kevin Sookocheff
      November 6, 2020 at 10:50:07 AM GMT+1 - 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.
      April 22, 2020 at 8:39:53 AM GMT+2 - permalink - archive.org - https://github.com/davidhalter/jedi-vim
      python vim
    • 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
      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

      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
    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