diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 81534f2..db3ddc7 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -10,6 +10,15 @@ nnoremap gd :YcmCompleter GoTo nnoremap gt :YcmCompleter GetType nnoremap sd :YcmShowDetailedDiagnostic +" termdebug +" TODO: Detecet if termdebug is loaded, if not do the default action. +nnoremap :Gdb +nnoremap :Program +nnoremap :Source +tnoremap :Gdb +tnoremap :Program +tnoremap :Source + " GitGutter nnoremap gn :GitGutterNextHunk nnoremap gp :GitGutterPrevHunk