From ba4562e933b5193178720b996c5b9e238cca01cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 12 Apr 2023 17:27:48 +0300 Subject: Add gdb/termdebug keybinds --- dotfiles/.config/nvim/init.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/nvim/init.vim b/dotfiles/.config/nvim/init.vim index 4a27116..bda1c52 100644 --- a/dotfiles/.config/nvim/init.vim +++ b/dotfiles/.config/nvim/init.vim @@ -256,7 +256,13 @@ call plug#end() nmap ]g lua vim.diagnostic.goto_next() nmap [g lua vim.diagnostic.goto_prev() -" LSP FZF +" Termdebugger keybinds + nmap gn :Over + nmap gs :Step + nmap gc :Continue + nmap gu :Until + nmap gb :Break + nmap gC :Clear " File format preferences " MFing neovim overrding my omnifunc with whatever ccomplete is -- cgit v1.2.3