Browse Source

Small im update

pull/2/head
Ryan Reed 1 year ago
parent
commit
872434ddb0
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      dot_config/vim/README.md
  2. +2
    -1
      dot_config/vim/vimrc

+ 1
- 0
dot_config/vim/README.md View File

@ -27,6 +27,7 @@ Note: Some features require version 8+ of vim. For instance, the ALE plugin whic
```
<v><e><y> # select to end of word/variable and yank
<c><t><)> # cut everything before ) [eg func(text-to-cut)]
<shift><v>,gq # Select and wrap current line
```
### Incrementing a column of numbers


+ 2
- 1
dot_config/vim/vimrc View File

@ -41,7 +41,8 @@
set spell " Enable spellcheck (see keybindings for quick toggle)
"set mouse=a " Enable mouse control
set mousehide " Hide the mouse cursor while typing
set mouse= " Disable mouse control
set mousehide " Hide the mouse cursor while typing
set encoding=utf-8
set history=300 " Default is 20


Loading…
Cancel
Save