From 872434ddb0fb075d639d483727eec628b1eae1ff Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sat, 8 Jul 2023 07:40:29 -0400 Subject: [PATCH] Small im update --- dot_config/vim/README.md | 1 + dot_config/vim/vimrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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