From 7a5a320a835dc0e1efb005dcf4aa3d593286778b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Apr 2020 12:07:50 -0400 Subject: fixed floating window in which key --- modules/general.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/general.vim') diff --git a/modules/general.vim b/modules/general.vim index dc46f552..ae2ed36e 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -17,7 +17,7 @@ set encoding=utf-8 " The encoding displayed set pumheight=10 " Makes popup menu smaller set fileencoding=utf-8 " The encoding written to file set ruler " show the cursor position all the time -set cmdheight=1 +set cmdheight=2 " always keep this at 2" 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 @@ -36,7 +36,7 @@ set number " Line numbers set cursorline " Enable highlighting of the current line set background=dark " tell vim what the background color looks like -let g:python_highlight_all = 0 " Get rid of annoying red highlights" +let g:python_highlight_all = 0 " Get rid of annoying red highlights" look into polyglot python implementation to choose what you want to enable let g:elite_mode=1 " Disable arrows" filetype plugin indent on " Gives vim abilty to recognize filetypes -- cgit v1.2.3