About 961,000 results
Open links in new tab
  1. How do you run Vim in Windows? - Super User

    10 I run gVim by clicking an icon on my desktop or by using "edit with vim" from the context menu in Windows explorer. If you want to invoke vim from a Windows command prompt you either …

  2. windows - Setting up vim under Win 10 - Super User

    Jan 15, 2016 · Explore related questions windows windows-10 vim See similar questions with these tags.

  3. Configure gvim swap, undo, and backup files on windows

    Jun 29, 2020 · I installed vim on windows 10 using chocolatey. When I edit a foo file in powershell, vim leaves behind .foo.un~ or .foo~ files. What are these and how do I stop vim from leaving …

  4. Where should the .vimrc file be located on Windows 7?

    Dec 21, 2009 · I recently installed vim on Windows 7 as a stand-alone binary. Where should I put my .vimrc file?

  5. Starting vim from Windows PowerShell - Super User

    This isn't necessarily a problem, I'm more curious why this behavior occurs. When attempting to launch vim from powershell, I'm greeted with the Open with window: PS C:\\> vim If I …

  6. How can I set the default font for gvim on Windows? - Super User

    5 I use gvim on Windows. By default it uses the Fixedsys font, but I would like to use Consolas as the default font instead. I tried to set it using the menu option; it worked but it was reset the …

  7. Using Vim/Gvim with multiple GUI windows - Super User

    Jan 18, 2011 · Currently gVim cannot have separate 'toplevel' windows for the same process/session. There is a TODO item to implement an inter-process communication system …

  8. vim - How to start gVim maximized? - Super User

    How to make gVim automatically maximize it's window when I open it? And a cross-plataform solution, I'm trying to use the same configs in a Linux and Windows machine... I've tried the …

  9. windows - How do you change the default colorscheme in gvim

    In Ubuntu make a file with the name .vimrc in your Home directory if it doesn't exist, add colorscheme pablo in it and save it. Now restart GVim. For Windows put this file with the name …

  10. vim - How to run vimtutor on windows? - Super User

    Apr 14, 2011 · Run gVim from the Start Menu, then File->Open C:\Program Files\Vim\vim73\tutor\tutor (may be different with another version or install location, it doesn't …