summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index 68c6be7..6f7115c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -24,13 +24,16 @@ set incsearch " increment search
set ignorecase " case-insensitive search
set smartcase " upper-case sensitive search
set laststatus=2
-set mouse=a
+set mouse=a
set nopaste
set foldmethod=marker
set autoindent
set scrolloff=3
set showcmd
set display=uhex
+set list
+set listchars=tab:▸\ ,eol:$
+set hidden
"aliases
ca w!! w !sudo tee "%" > /dev/null
@@ -144,9 +147,7 @@ if !has("gui_running")
imap <C-Right> <ESC>:bn<RETURN>
imap <C-Left> <ESC>:bp<RETURN>
endif
-endif
-
-if has("gui_running")
+else
set guifont=Dejavu\ Sans\ Mono\ 7
"set guioptions-=m
set guioptions-=T