diff --git a/dot_config/vim/README.md b/dot_config/vim/README.md index 6f617d6..86d0916 100644 --- a/dot_config/vim/README.md +++ b/dot_config/vim/README.md @@ -27,6 +27,7 @@ Note: Some features require version 8+ of vim. For instance, the ALE plugin whic ``` # select to end of word/variable and yank <)> # cut everything before ) [eg func(text-to-cut)] +,gq # Select and wrap current line ``` ### Incrementing a column of numbers diff --git a/dot_config/vim/vimrc b/dot_config/vim/vimrc index b70e947..f8ed6b0 100644 --- a/dot_config/vim/vimrc +++ b/dot_config/vim/vimrc @@ -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