Skip to content

Instantly share code, notes, and snippets.

@shikachii
Created June 10, 2019 14:29
Show Gist options
  • Save shikachii/31ce488edc6a584b2581ccb94a3fff0e to your computer and use it in GitHub Desktop.
Save shikachii/31ce488edc6a584b2581ccb94a3fff0e to your computer and use it in GitHub Desktop.
set number
set title
set showmatch
set tabstop=4
set shiftwidth=4
set smartindent
set cursorline
set list listchars=tab:»\ ,trail:-,eol:↲
"colorscheme molokai
set background=dark
map ss :split<CR>
map sp :vsplit<CR>
map sh <C-w>h<CR>
map sj <C-w>j<CR>
map sk <C-w>k<CR>
map sl <C-w>l<CR>
map sn <C-w>w<CR>
map <ESC><ESC> :noh<CR>
noremap <S-h> ^
noremap <S-l> $
noremap j gj
noremap k gk
vnoremap > >gv
vnoremap < <gv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment