set hidden set shortmess=atI set wildmode=list:longest set splitbelow splitright set ignorecase smartcase inccommand=nosplit set tabstop=4 expandtab shiftwidth=4 shiftround smartindent set foldmethod=syntax foldlevel=99 set undofile set title set scrolloff=1 set number colorcolumn=80,100 set list listchars=tab:»·,trail:· nmap :nohlsearch tmap tmap command! W w colorscheme trivial autocmd TermOpen * setlocal statusline=%{b:term_title} autocmd BufEnter term://* startinsert autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm autocmd FileType sh,zsh,ruby setlocal shiftwidth=2 " Tarmak 1 noremap n j noremap e k noremap k n noremap j e noremap N J noremap E K noremap K N noremap J E nmap n j nmap e k execute pathogen#infect()