diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 5b3591fa..5675b2bb 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -76,9 +76,6 @@ else set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store endif -" Always show current position -set ruler - " Height of the command bar set cmdheight=1