-
```
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…
-
```
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…
-
## Issue overview
I am using CtrlP and using ag to search. On certain projects when I run `:CtrlP`, often times ag is never executed and the default searching method is used. The reason I know that a…
-
I've added [this snippet](https://github.com/junegunn/goyo.vim/wiki/Customization#ensure-q-to-quit-even-when-goyo-is-active) to my .vimrc file to permit `:q` to quit both goyo and vim, but I noticed i…
-
* Shell
- Uncomment `set convert-meta off` in `/etc/inputrc` to allow output of 8-bit characters
- Run `locale-gen en_US.UTF-8` and set LANG environment variable so that bash can handle multi…
-
Your vimrc is clearly suboptimal. Weissman score of 0.2.
-
After adding dotfiles, doing this is kinda over head
``` bash
$ cd ~/Dotfiles
$ git add vimrc
$ git commit -m "Added vimrc, welcome aboard!"
$ git push
```
``` ruby
# Proposed Add behaviour
$ dotfil…
-
```
What steps will reproduce the problem?
1. Add `set cc=80` to your ~/.vimrc
2. Open any document (e.g., ~/.vimrc)
3. Copy-and-paste code from there (e.g., into the same file)
You'll find that each…
-
```
What steps will reproduce the problem?
1. Add `set cc=80` to your ~/.vimrc
2. Open any document (e.g., ~/.vimrc)
3. Copy-and-paste code from there (e.g., into the same file)
You'll find that each…
-
Hey. This may be a slightly older patch issue, but when I do the following, then I get that my cursor is in the wrong place (2 lines above where it should be):
#### setup
```
set foldmethod=syn…