Skip to content

Commit

Permalink
Add back Vim Classic™
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Nov 14, 2015
1 parent 4852fd0 commit 96a2eed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vim/vimrc.symlink
Expand Up @@ -184,6 +184,19 @@ if has('nvim')
tnoremap <Esc> <C-\><C-n>
endif

" 'normal' vim stuff
if !has('nvim')
set nocompatible
set autoread
set backspace=indent,eol,start
set encoding=utf-8
set history=1000
set laststatus=2
set ttyfast
set incsearch
set hlsearch
endif

" keep the cursor in place while joining lines
nnoremap J mzJ`z

Expand Down

0 comments on commit 96a2eed

Please sign in to comment.