Skip to content

Instantly share code, notes, and snippets.

@aawray
Last active November 9, 2017 10:55
Show Gist options
  • Save aawray/33053cdcdd0470f83ed6 to your computer and use it in GitHub Desktop.
Save aawray/33053cdcdd0470f83ed6 to your computer and use it in GitHub Desktop.
set nocompatible
filetype plugin on
set background=dark
set cursorline
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set fileencodings=utf8,cp1251,koi8r,cp866,ucs-2le
set ai
set nowrap
set nolist
set bs=2
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set nowritebackup
set noswapfile
set nobackup
set modelines=0
let s:hidden_all = 1
set laststatus=2
set noshowcmd
"set noshowmode
set textwidth=0
set wrapmargin=0
color jellybeans
filetype plugin indent on
syntax on
"nnoremap <F8> :setl noai nocin nosi inde=<CR>
:set pastetoggle=<f8>
nmap <silent> <A-Up> :wincmd k<CR>
nmap <silent> <A-Down> :wincmd j<CR>
nmap <silent> <A-Left> :wincmd h<CR>
nmap <silent> <A-Right> :wincmd l<CR>
set t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment