From 7daf5438b68c538dfd85d6b6d69783394fc6ce72 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 27 Apr 2020 23:55:12 -0400 Subject: added todo list --- general/settings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'general') diff --git a/general/settings.vim b/general/settings.vim index 5ea7d1ff..f749ca88 100644 --- a/general/settings.vim +++ b/general/settings.vim @@ -1,5 +1,6 @@ " set leader key map +set iskeyword+=- " treat dash separated words as a word text object" if !exists('g:vscode') syntax enable " Enables syntax highlighing @@ -10,7 +11,6 @@ if !exists('g:vscode') set fileencoding=utf-8 " The encoding written to file set ruler " Show the cursor position all the time set cmdheight=2 " More space for displaying messages - set iskeyword+=- " treat dash separated words as a word text object" set mouse=a " Enable your mouse set splitbelow " Horizontal splits will automatically be below set splitright " Vertical splits will automatically be to the right -- cgit v1.2.3