From aeeb28edf005a2725f60e688cb21be4d18e17241 Mon Sep 17 00:00:00 2001 From: bagajjal Date: Thu, 16 Mar 2017 11:50:31 -0700 Subject: [PATCH] Updated TTY PTY support in Windows OpenSSH (markdown) --- TTY-PTY-support-in-Windows-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTY-PTY-support-in-Windows-OpenSSH.md b/TTY-PTY-support-in-Windows-OpenSSH.md index c7f5b0e..53e47b8 100644 --- a/TTY-PTY-support-in-Windows-OpenSSH.md +++ b/TTY-PTY-support-in-Windows-OpenSSH.md @@ -53,6 +53,6 @@ While making any terminal code changes, please make sure below manual test cases ## Known windows 10 console issues (These will be fixed by the windows console team) ### When connected to unix ssh server -a) vi command, the up/down/side arrow keys are not working. +a) vi command, the up/down/left/right arrow keys are not working. Please use h,j,k,l as an alternative. b) vim command, intermittently the file is opened in the Replace mode. c) top command, clears the previous screen contents.