From 1d3bed321c3850e5868614a56a54fdf1f6b01f95 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Tue, 11 Apr 2023 19:14:48 +0530 Subject: [PATCH] Ctrl+j is added --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45be823e..bd5bf967 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,11 @@ For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim ## Debuypy inside venv problem is resolved 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 + +## 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)