From f1838f9fe8c17923d406f92b7346fbc97f6e4ed1 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Thu, 20 Apr 2023 12:09:51 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab80963..4b754f38 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Ctrl+b will toggle neotree(which is file explorer) Ctrl+j will toggle terminal (using toggleterm) ``` -### Problems need to be resolved yet -copy/paste from the container to outside is not working. I am still trying to figure out a solution +### Minor problem need to be resolved yet +Paste into nvim works fine. But copy from neovim to outside doesn't work. I could not figure out any solution till now. +So for copying contents i am using alternate solution like cat it and copy it from terminal. This is a minor problem