You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
342 B
VimL

" new tab and switching between em
nnoremap <c-e> : tabnew<CR>
nnoremap <c-w> : tabp <CR>
nnoremap <c-u> : tabn <CR>
"nnoremap <silent> <C-m> :%!astyle<CR>
nnoremap <silent> <C-a> :%y+<CR>
map <C-k> <C-w>k
map <C-j> <C-w>j
map <C-l> <C-w>l
map <C-h> <C-w>h
nnoremap ,<space> :Neoformat <CR>
nnoremap .<space> :w <CR>
inoremap kk <ESC>