This commit is contained in:
Alex Yatskov 2016-12-17 14:19:32 -08:00
parent 4dd1ef32d1
commit 6e6d04d0a3
2 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,3 @@
augroup vimrc
autocmd!
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
augroup END
function! s:unalign() range
for l:line in range(a:firstline, a:lastline)
let l:text = getline(l:line)

View File

@ -7,6 +7,7 @@ nnoremap Q <Nop>
nnoremap Y y$
nnoremap <silent><Leader>m :make<Cr>
noremap <C-c> <Esc>
nnoremap <Leader>w :w<Cr>
vnoremap <Leader>y "+y
vnoremap <Leader>d "+d