Questions tagged [vim]

Vim is an open-source text editor with a steep learning curve that leads to high efficiency in many tasks related to text edition. If you wish to start with vim, try to run “vimtutor”, which will teach you basic commands.

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.

Visit the home page of vim or visit the Official Vim Tips Wiki.

95 questions
0
votes
1 answer

Mobaxterm vs vim text copy

Can I somehow copy text between two vim sessions in 2 different terminals? I use mobaxterm and can not scroll while marking text that I want to copy. How can I do it? Edit 2 files on 2 different terminals (SSH sessions) with multiexec option and…
Kamil Bu
  • 9
  • 4
0
votes
1 answer

Why can't I edit IIS XML configuration files with gvim on Windows 10?

When I try to open C:\Windows\system32\inetsrv\config\schema\IIS_schema.xml for example on Windows 10 Pro, build 20H2, I can always open it in notepad, but if I open it in gvim (a real editor) it pretends like the file doesn't exist. I've even run…
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

Always hung on Vi, vim, but not nano when using company VPN

I have a strange problem. IT changed the VPN to a newer Cisco device. After connecting to the VPN, I can ssh to one of our corporate server. I can ls, cd, cat, sudo. BUT if I tried any editing using vi or vim My terminal is just blank/black - seem…
RonPringadi
  • 163
  • 1
  • 6
-1
votes
2 answers

I need a popup help file for Vim

Is there some kind of plugin or mode that can be used to display some help for commands? I am increasingly finding nano inadequate. I want to be come a hardcore Vim and Emacs user.
vfclists
  • 1,632
  • 5
  • 22
  • 37
-1
votes
2 answers

vim create one's own syntax configuration file

I'm trying to create my own syntax configuration file for vim. I have then created a ~/.vim/filetype.vim file with the following content: augroup filetypedetect autocmd BufNewFile,BufRead *.todo setfiletype todo augroup END and the syntax…
philippe
  • 2,303
  • 4
  • 32
  • 53
1 2 3 4 5 6
7