-
When I turn on this color scheme, the whole window gets washed out. See the attached screen shot of side by side tmux windows. One without vim, the other with vim open
Any ideas how to fix the co…
pnunn updated
8 years ago
-
```
augroup VimTest
autocmd!
autocmd FileType * setl foldmethod=syntax nofoldenable
autocmd FileType ruby setl foldmethod=manual
autocmd FileType vim se…
-
python-client generally works in python 3, but returns byte strings from `eval()`. For instance,
``` python
conn.eval("['x', '¬']")
```
returns
``` python
[b'x', b'\xc2\xac']
```
Vim itself unders…
-
Cursor highlighting disappears when I open split windows in a maximized vim (gvim) session. See the below screenshots. In the first screenshot, the cursor is highlighted as a dark grey filled rectangl…
-
The following `d{motion}, dd, D, c{motion}, cc, C, s, and S`
All populate the unnamed ("") register.
I have tested it with:
`:command! RegClear :let @a='' | let @-='' | let @0='' | let @1='' | let @…
-
First off, thank you for making workflowish available, it is very helpful!
Yet I've been encountering an issue, for which I hope there may be an easy solution. I will append my .vimrc, incase the is…
-
When starting Vim with no filenames the Startify splash screen doesn't appear. It works inside the buffer via ':Startify'
I've added the recommended mappings via my vimrc.
This on Ubuntu 12.04 & Vim…
-
I'm half sure it's something on my end, but I can't for the life of me figure out how to change the behavior
javac likes to use a carat to point to where exactly in a line an error occurs. Unfortunat…
-
So it seems a lot of changes were merged in recently and they appear to create a lot of weirdness.
Here's a list of issues that I have noticed.
Just for reference, I am using this file to test with …
-
```
This patch is my attempt to (completely) refactor the vi(m) emulation code.
It's probably too big for a patch, but what can I do!
There are two new files, src\ed_vim.py and src\ebmlib\clipboard.…