]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/alt.vim
609f37df4ea551c0e21c7c86c29996b217087377
[dotfiles.git] / vim / .vim / ftplugin / c / alt.vim
1 nnoremap <buffer> <C-^> :execute "edit %<." . {"c": "h", "h": "c", "cc": "hh", "hh": "cc"}[expand("%:e")]<CR>