-
I try ":set clipboard=unnamed", but it doesn't work. Which the .vimrc file is using?
-
#330 より。
Kaoriya版で用意されている `vimrc` ファイルは常に強制的に読み込まれるにも関わらず多くのことを設定していて、自分の設定を持っているユーザからは邪魔になることがあるようです。実際、この`vimrc` ファイルを消しているユーザもいます。専用の処理を書くことなく無効化する方法が欲しいです。
-
Thanks for this great piece of software! It could potentially save me lots of time while I try to implement a new [project-based `.vimrc` loader](https://github.com/samvv/saferc.vim). In fact, I thoug…
ghost updated
5 years ago
-
**Expected behavior:**
After I enter , it should jump to next placeholder or jumpout, but sometimes it will enter select mode and select the nearest text.
**Actual behavior:**
As I say, …
-
Hi,
I have 7.4 version of Vim installed on Windows 7, however I'm having issues for vim not being able to detect vim-notes commands, for example:
When I create a new note (Using :Note) and change th…
ilnli updated
9 years ago
-
Is there any default file like `.vimrc` that is sourced automatically on starting vim via vim-anywhere (along with `.vimrc` and `.gvimrc`)? I'm currently quite happy with editing `./bin/run`, adding `…
-
```
What steps will reproduce the problem?
1. cat > blank-conque-vimrc.vim
-
```
What steps will reproduce the problem?
1. cat > blank-conque-vimrc.vim
-
```
What steps will reproduce the problem?
1. cat > blank-conque-vimrc.vim
-
### Steps to reproduce
minimal.vim
```vim
syntax enable
colorscheme habamax
```
Can be `syntax on` and any other colorscheme.
1. vim -u minimalrc.vim --startuptime startuplog
2. :edit star…