aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/cmd-escape/plugin/cmd_escape.vim
blob: f9952d47e65df6cad7495b1f112d34c77906d7dd (plain)
1
2
3
4
5
6
if exists('g:loaded_cmd_escape')
	finish
endif
let g:loaded_cmd_escape = 1

cnoremap <C-x><Space> <C-r>=cmd_escape#Toggle()<CR>