Skip to content

Commit

Permalink
vim: increase default gui size to include gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLodato committed Jan 14, 2022
1 parent fa642a7 commit 4a560b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vimrc
Expand Up @@ -148,6 +148,12 @@ else
set background=dark
endif

" Increase default gui size to include the gutter and have more lines.
if has("gui_running")
set columns=82
set lines=50
endif

" Use <C-L> to clear the highlighting of :set hlsearch.
if maparg('<C-L>', 'n') ==# ''
nnoremap <silent> <C-L> :nohlsearch<CR><C-L>
Expand Down

0 comments on commit 4a560b7

Please sign in to comment.