Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created December 3, 2017 20:22
Show Gist options
  • Save Arinerron/83c9b8aa6278f0d7abf6253394eb749b to your computer and use it in GitHub Desktop.
Save Arinerron/83c9b8aa6278f0d7abf6253394eb749b to your computer and use it in GitHub Desktop.
set number
set autoindent
set softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
colors koehler
inoremap <S-Tab> <C-d>
setlocal wrap linebreak nolist
set virtualedit=
setlocal display+=lastline
noremap <buffer> <silent> <Up> gk
noremap <buffer> <silent> <Down> gj
noremap <buffer> <silent> <Home> g<Home>
noremap <buffer> <silent> <End> g<End>
inoremap <buffer> <silent> <Up> <C-o>gk
inoremap <buffer> <silent> <Down> <C-o>gj
inoremap <buffer> <silent> <Home> <C-o>g<Home>
inoremap <buffer> <silent> <End> <C-o>g<End>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment