set hidden set undofile set shortmess=atI set wildmode=list:longest set splitbelow splitright command! W w autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm set tabstop=8 expandtab shiftwidth=4 shiftround smartindent autocmd FileType sh,zsh,ruby setlocal shiftwidth=2 set ignorecase smartcase inccommand=nosplit nmap :nohlsearch set foldmethod=syntax foldlevel=99 autocmd TermOpen * setlocal statusline=%{b:term_title} autocmd BufEnter term://* startinsert tmap set title set scrolloff=1 set number colorcolumn=80,100 set list listchars=tab:»·,trail:· colorscheme trivial 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 nmap N J nmap E K