Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit 6e7eebe

Browse files
authored
Update vimrc
1 parent b278310 commit 6e7eebe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vimrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ filetype plugin indent on " ... and enable filetype detection
2323
set ttyfast " Indicate fast terminal conn for faster redraw
2424
set ttymouse=xterm2 " Indicate terminal type for mouse codes
2525
set ttyscroll=3 " Speedup scrolling
26-
set number " Show line number
2726
set laststatus=2 " Show status line always
2827
set encoding=utf-8 " Set default encoding to UTF-8
2928
set autoread " Automatically read changed files
@@ -39,7 +38,7 @@ set nobackup " Don't create annoying backup files
3938
set splitright " Vertical windows should be split to right
4039
set splitbelow " Horizontal windows should split to bottom
4140
set autowrite " Automatically save before :next, :make etc.
42-
set hidden " Buffer should still exist if window is closed
41+
set hidden " Buffer should still exist if window is closed
4342
set fileformats=unix,dos,mac " Prefer Unix over Windows over OS 9 formats
4443
set noshowmatch " Do not show matching brackets by flickering
4544
set noshowmode " We show the mode with airline or lightline

0 commit comments

Comments
 (0)