女高中生突然想休学 原是经前期烦躁障碍惹祸
百度 南天门龙头香作为武当山旅游产业发展转型升级的重要标志,武当369品牌所主张的理念是:360度物理空间+九度心灵感受,旨在引导消费者用心感受,细细品味,了解武当山博大精深的文化和玄妙空灵的山水。
For questions specific to Vim implementations on the Microsoft Windows operating system.
288 questions
25
votes
4
answers
26k
views
How can I install 64-bit Vim on Windows?
Vim's Downloads page says the 64-bit version is discontinued:
Win64
The 32-bit version of Vim runs fine on 64-bit windows. There was a
64-bit binary, but it wasn't used much and maintenance ...
22
votes
4
answers
13k
views
How do I get gvim to start maximised in Windows?
I'd like to have my editors give me as much screen real estate as possible since it increases my ability to see most of the code at once.
The problem is that gvim seems to give me either an 80x25 ...
21
votes
1
answer
26k
views
Where do I put my "vimrc" file for Neovim on Windows?
:help nvim-from-vim says:
create ~/.config/nvim/init.vim with these contents:
set runtimepath+=~/.vim,~/.vim/after
set packpath+=~/.vim
source ~/.vimrc
and:
If your system sets $XDG_CONFIG_HOME, ...
19
votes
2
answers
11k
views
How to adjust gVim to my HiDPI display scaling on Windows 10?
Being a user of GUI editors (mostly Sublime Text) and one simple CLI editor (nano), and just having gVim (the GUI version of vim) installed on my Windows 10, I can't figure out how to adjust this ...
18
votes
3
answers
17k
views
Neovim on windows 10 - is it ready and how to set it up?
I am stuck on windows 10 and would like to give Neovim a shot. Is it ready, or should I just set up my vim configuration for the moment? I haven't really seen any videos or articles on Neovim under ...
17
votes
2
answers
9k
views
How to deal with string containing spaces in Vim script?
I have the following command in my vimrc:
execute "set path+=".getcwd()."/**"
It works well if current working directory is like /home/tamlok/my_work/. However, if the directory contains spaces, such ...
15
votes
4
answers
44k
views
How can I get gVim on Windows to behave as on Linux?
I am a frequent user of the Vim editor on Linux and now I want to use it on Windows.
I downloaded Vim for Windows, which happens to be gVim. Several features of Vim doesn't work in gVim 7.4 like ...
15
votes
3
answers
10k
views
Vim on WSL: synchronize system clipboard? (set clipboard^=unnamed)?
While using WSL/Bash for Windows I want to be able to use y yy 3y and p the same way they always work in vim, but connecting to the system clipboard shared by all apps, not to vim's internal clipboard....
15
votes
1
answer
3k
views
How to check whether Vim is built as a 32-bit or 64-bit application?
How do I check if Vim is compiled as 64-bit or 32-bit from within vimscript? Specifically on Windows.
14
votes
1
answer
3k
views
Not able to type Unicode with Gvim and VIM on Windows 7
I want to type in different languages using (g)Vim. But when I switch to another language using language bar (Devanagari or Hindi characters), and type anything, (g)vim displays ??? ??.
What I tried:...
12
votes
1
answer
941
views
How do I stop my window from moving when using vsplit?
When using :vsplit my gvim window jumps to a specific screen location. How do I stop this from happening?
Same thing happens when the second to last split is closed.
I'm using gvim on Windows.
11
votes
1
answer
11k
views
24-bit / 256 colorscheme in Windows console
I'm using 64-bit Vim 8.1.0428 on Windows 10 release 1803.
The Windows 10 console now has 24-bit colours, and Vim 8 has been patched to handle 24-bit colours in the Windows console (i.e. using vim.exe ...
11
votes
2
answers
4k
views
Change vimtutor language
My vimtutor is in portuguese. I don't know why, because my Windows OS is in english, so as everything else. I don't remember to have chosen "portuguese" anywhere in the vim installing process.
How do ...
11
votes
1
answer
6k
views
How can neovim on Windows be configured to use gitbash as the shell without breaking temp files?
At work I use neovim on Windows, and set the shell to bash using the bash executable that comes with Git for Windows (gitbash), which is in my PATH. The settings in the minimal init.vim pasted below ...
10
votes
2
answers
14k
views
Can I use Vim with Visual Studio?
Is there any way I can use Vim with or Neovim to edit my project, and still be able to build it using Visual Studio?
Note I am not talking about limited Vim emulators for Visual Studio but proper ...