delimitMate icon indicating copy to clipboard operation
delimitMate copied to clipboard

Keep inserting tabs when hitting enter

Open TheBabu opened this issue 6 years ago • 0 comments

Hello!

I am used to having:

inoremap <CR> <CR>x<BS>
inoremap <cr> ~<bs><cr>

these mappings, and they basically add extra tabs when I am on a line of tabs. But since I want to use:

122 let g:delimitMate_autoclose = 1
123 let g:delimitMate_expand_cr = 1

these commands, I have to delete my <CR> mappings. Is there any way possible to have the feature that I want with delimitMate?

Thanks for any help!

TheBabu avatar Mar 19 '18 03:03 TheBabu