vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit a5fda05597012b11b7a801113190a92cb95b8a06
parent 2f5a344a94e3d63e597abaaaf1c0058a943b8923
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon, 10 Jan 2022 14:25:02 -0500

feat: Added imca session

Diffstat:
M.gitignore | 1-
Asession/imca.vim | 12++++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -2,4 +2,3 @@ /.netrwhist /venv /view -/session diff --git a/session/imca.vim b/session/imca.vim @@ -0,0 +1,12 @@ +cd ~/Development/flask_imca/src/flask_imca +Explore . + +$tabnew +Explore templates +tcd templates +tabrewind + +$tabnew +Explore webpack +tcd webpack +tabrewind