From 415a4a6777891b98b037ddcef8a4be6c8f872786 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 2 Apr 2020 15:17:12 -0400 Subject: auto push --- modules/general.vim | 2 +- modules/vim-which-key.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/general.vim b/modules/general.vim index 83275709..fdcb226b 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -30,7 +30,7 @@ set smarttab " Makes tabbing smarter will realize you set expandtab " Converts tabs to spaces set smartindent " Makes indenting smart set autoindent " Good auto indent -set laststatus=2 " Always display the status line +set laststatus=0 " Always display the status line set number " Line numbers set cursorline " Enable highlighting of the current line set background=dark " tell vim what the background color looks like diff --git a/modules/vim-which-key.vim b/modules/vim-which-key.vim index 3b24273f..76e32590 100644 --- a/modules/vim-which-key.vim +++ b/modules/vim-which-key.vim @@ -117,6 +117,7 @@ vnoremap :WhichKeyVisual '' autocmd! FileType which_key autocmd FileType which_key set laststatus=0 noshowmode noruler \| autocmd BufLeave set laststatus=2 showmode ruler + ""nnoremap :WhichKey '' ""nnoremap :WhichKey ',' let g:which_key_use_floating_win = 0 -- cgit v1.2.3