2

I'm using SSH host with Ubuntu 16.04. When I use it i can't use in command line arrow keys for moving cursor (^[[D ^[[C) and using previously used commands (^[[A ^[[B), but when I use nano i can do it. How can I fix it?

1 Answers1

0

Yeah sometimes when we are using text editors like nano and vim even we get exit of that the app runs in background and stops the cmd line functionality so you can't use arrow keys to search for previous history

so just gave reset cmd which reset the tab and gave you access back to history again

DEV
  • 68