About 632,000 results
Open links in new tab
  1. What is the difference between Gvim and Vim? - Ask Ubuntu

    Dec 20, 2016 · 3 Both GVim and Vim are the same, the difference is that Gvim offers an interface that doesn't run in a terminal window. Basically, Gvim has GUI-like menus and toolbar. Here …

  2. Linux gvim vs vim - Stack Overflow

    Mar 19, 2014 · is there a difference between gvim and vim on a linux machine ? I installed an enhanced version of VIM editor which includes recent enhancements: vim-enhanced-2:7.2.411 …

  3. What's a quick way to comment/uncomment lines in Vim?

    Nov 5, 2009 · 66 Here is how I do it: Go to first character on the first line you want to comment out. Hit Ctrl + q in GVIM or Ctrl + v in VIM, then go down to select first character on the lines to …

  4. How to replace a character by a newline in Vim - Stack Overflow

    Here's the trick: First, set your Vi (m) session to allow pattern matching with special characters (i.e.: newline). It's probably worth putting this line in your .vimrc or .exrc file: :set magic Next, …

  5. How to add text at the end of each line in Vim? - Stack Overflow

    In Vim, I have the following text: key => value1 key => value2 key => value1111 key => value12 key => value1122222 I would like to add "," at the end of each line. The previous text...

  6. How to insert text at beginning of a multi-line selection in vi/Vim

    In Vim, how do I insert characters at the beginning of each line in a selection? For instance, I want to comment out a block of code by prepending // at the beginning of each line assuming my la...

  7. gvim copy/paste shortcuts like in terminal : ctrl+shift+v / c

    Feb 11, 2022 · I would like Ctrl + c, Ctrl + v in gVim to have standard Vim behaviour. How to configure gVim, so Ctrl + Shift + c and Ctrl + Shift + v become shortcuts for default clipboard ( …

  8. How to highlight all occurrences of a selected word in VIM?

    Aug 7, 2010 · How can I highlight all occurrence of a selected word in GVim, like in Notepad++?

  9. Is there any way to highlight multiple searches in (g)Vim?

    Apr 1, 2009 · I want to search for multiple strings in Vim/gVim and have them highlighted in different colours. Is there a way of doing this with out-the-box Vim or with a plug-in?

  10. vim - Highlight word or line in Gvim - Stack Overflow

    Dec 16, 2020 · I want to mark some words in "Gvim" by color and can't find in "Gvim" manual how to do it. How can I highlight word/line in "gvim" when I standing on it?