delimitMate
delimitMate copied to clipboard
Keep inserting tabs when hitting enter
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!