Explore

vim ×
  • screenshot

    From Vim to Zed

    After around 20 years of using Vim, in December last year I switched to Zed as...

  • screenshot

    Vim cryptmethod with tmux not possible

    I have noticed that when I want to encrypt a file in Vim "Encryption -- use...

  • screenshot

    VIM is not about speed

    Yep, spending days to become a few seconds faster is silly, but that was never the...

  • screenshot

    how to add menubar rto vim OR copy/paste in vim without it using Menu-Edit-Copy or Paste without the menubar

    In gvim (Slackware version), there is a menubar, but not in vim. How do I add...

  • screenshot

    Local Neovim Plugin Development

    2023-05-20: Updated to account for the features of NeoVim 0.9 and obsolete pluginsYou have found a...

  • screenshot

    Vim Life

    The Worst Ever Knuckle Tattoos, or Just a Preposterous Misuse of Macros? I love macros. For...

  • screenshot

    Vim - 4: A Guide on Copying, Removing, and Pasting

    Copy & Paste - copy current line. Paste after cursor - paste after cursor. Remove &...

  • screenshot

    How to Replace Text in a File With VIM

    1. Basic Substitution: Using `:s` to replace the first occurrence of text on the current line....

  • screenshot

    LXer: Vim 9.1 Text Editor Adds Smooth Scroll Support, New :defer Command, and More

    Published at LXer: Vim, the open-source and highly configurable text editor, has been updated to version...

  • screenshot

    Vim Commands for Text Modification

    Learned Vim essentials: append ('a'), change word ('cw'), replace ('r'/'R'). Efficiently edit text, navigate, delete spaces,...

  • screenshot

    How to Open a File With Vim

    Explore Vim commands: navigate, edit, and save files efficiently in Vim, from moving between lines to...

  • screenshot

    LXer: Vim 9.1 Adds Virtual Text, Smooth Scrolling, and More

    Published at LXer: Latest Vim 9.1: Remembering Bram Moolenaar, featuring new :defer command, virtual-text support, and...

  • screenshot

    Vim: You're trying to call setup function of indent-blankline version 2 but you have version 3 installed

    Please help me fix this issue, I'm new to this https://i.imgur.com/R4863hX.png Ask me what logs to...

  • A guide on Neovim's LSP client | Devlog

    2023-12-25 | 21 min read Maybe I should have called this "How to enable IDE-like features...