Ctrl+j is added

This commit is contained in:
SamPosh 2023-04-11 19:14:48 +05:30 committed by GitHub
parent 6cb3dd88b6
commit 1d3bed321c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -29,5 +29,11 @@ For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim
## Debuypy inside venv problem is resolved ## Debuypy inside venv problem is resolved
The reason why this Pydevbox is created to solve the problem of installing debugpy inside virtual env. The reason why this Pydevbox is created to solve the problem of installing debugpy inside virtual env.
I tried other VIM distro but always stuck at the point where i have to use debugpy.But thankfully with the kickstarter.nvim I tried other NEOVIM distro but always stuck at the point where i have to use debugpy.
But thankfully with the kickstarter.nvim
inside container doesn't need debugpy to be installed inside venv inside container doesn't need debugpy to be installed inside venv
## Few VSCode bindings are done
Debugger key binding are like vscode
Ctrl+b will toggle neotree(which is file explorer)
Ctrl+j will toggle terminal (using toggleterm)