dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit d167c2784e0e4137d843b22697708c2e93f3d6ce
parent 8be7af32014f294b5c37613729eb8bb5b0870d1a
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 22 May 2024 12:24:29 -0700

vim: always show status line

Not having access to C-g for a few days made me realise I have a bigger
monitor now and the extra line of editor chrome is reasonable.

Diffstat:
M.config/nvim/init.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -59,7 +59,7 @@ set hlsearch " Highlight search. set visualbell " Less noise. set number " Use line numbering. set ruler " Show row/col in status. -set laststatus=1 " Only show status line if > 1 window. +set laststatus=2 " Always show status line. set showmatch " Highlight matching bracket. set history=50 " Keep 50 lines of cmdline history. set wildmenu " Nicer autocomplete.