-
```
I have my .vimrc set up to change the cursor shape when entering and leaving
insert mode by having the following in .vimrc which I got from the Tips page:
let &t_ti.="\e[?7727h"
let &t_te.="\e[?7…
-
This issue maybe related to system configuration, I can easy copy and paste using vim-easyclip on osx but not on archlinux. This is my vim version on archlinux
VIM - Vi IMproved 7.4 (2013 Aug 10, com…
-
Hi!
For some reasons that I cannot understand, the keyboard shortcuts don't work at all for me, in the quicklist window.
I can press any key on the result list but nothing happen (no file gets ope…
-
Not really a bug of vim-man, since it doesn't occur with ``vim --clean``, but I can't seem to find the root cause in my .vimrc. Seems to me it is some indentation or tab issue. Any ideas what could ca…
jclsn updated
6 months ago
-
## overall
set up vimrc for vue environment
-
## Issue description
When I'm using Codi while editing a Lua file in MacVim, if the file is not modified, Codi updates every time I move the cursor. This is in contrast to what happens when the fil…
-
```
What steps will reproduce the problem?
1. Open up a file, change at least one line.
2. ":saveas tmp"
2. ":diffsplit original-file"
3. Modify one of the context lines.
What is the expected output?…
-
**Describe the bug**
After `:set guicursor+=a:blinkon0`, the cursor in the shell, produced by the `:shell` command, is no longer visible.
**To Reproduce**
Detailed steps to reproduce the behavi…
-
When writing a character with a ligature in a column with a painted `colorcolumn` the ligature doesn't show.
You can see it in the screenshot. The first !== shows the correct ligature, but the second…
-
It has always bothered me that using `cc` inside of a list, it clears the whole line including the list index `- ` or `1. `. So I wrote my own JS snippet to clear the current line just after those `- …