diff --git a/home/.config/nvim/main.vim b/home/.config/nvim/main.vim index 7f5d1f4..00e800b 100644 --- a/home/.config/nvim/main.vim +++ b/home/.config/nvim/main.vim @@ -8,6 +8,8 @@ augroup terminal augroup END " debuging +"let g:termdebug_config['map_K'] = 0 +let g:termdebug_map_K = 0 packadd termdebug " debugging for rust diff --git a/home/.gitconfig b/home/.gitconfig index 2039469..50fcf7a 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -1,7 +1,7 @@ [user] - email = software@cscherr.de - name = PlexSheep - signingkey = software@cscherr.de + email = Christoph.Scherr@newtec.de + name = Christoph J. Scherr + signingkey = Christoph.Scherr@newtec.de [credential] helper = store --file ~/.git-credentials [commit]