From: Samir Benmendil Date: Tue, 16 Dec 2014 14:13:39 +0000 (+0000) Subject: vim: use return instead of enter for EasyAlign X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b073eef457b18061ebad9b05727dbccfcf9e110e?ds=sidebyside vim: use return instead of enter for EasyAlign --- diff --git a/vim/vimrc b/vim/vimrc index 4abe137..17e2a1e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -458,9 +458,9 @@ let g:ycm_autoclose_preview_window_after_insertion = 1 "let g:ycm_extra_conf_vim_data = ['%:p'] nnoremap jd :YcmCompleter GoTo -" vim-easy-align +" vim-easy-align {{{2 " start interactive EasyAlign in visual mode -vnoremap (EasyAlign) +vnoremap (EasyAlign) " vim-json {{{2 let g:vim_json_syntax_conceal = 0