Skip to content

Commit

Permalink
neovim(specific): stepOut with <leader>dh
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik1998 committed Jan 29, 2022
1 parent 352258c commit 2e99ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ nmap <Leader>dr <Plug>VimspectorRestart
nnoremap <leader>dt :call vimspector#ToggleBreakpoint()<CR>
nnoremap <leader>dT :call vimspector#ClearBreakpoints()<CR>
nnoremap <leader>dk :call vimspector#StepOut()<CR>
nnoremap <leader>dh :call vimspector#StepOut()<CR>
nnoremap <leader>dl :call vimspector#StepInto()<CR>
nnoremap <leader>dj :call vimspector#StepOver()<CR>
" nnoremap <leader>drc :call vimspector#RunToCursor()<CR>
Expand Down

0 comments on commit 2e99ce6

Please sign in to comment.