VIM Stuck! E388: Couldn’t find definition

Simply hit escape and enter the following command to fix: :!reset If this doesn’t get you back to normal, you’ll have to exit your current SSH session and re-open the session in a new window. This error happened to me after I mistakenly hit [command] + R when trying to redo instead of [control] + … Read more

VIM (Vi IMproved) – Usage, Flags, Command Examples

vim Usage Edit a file: vim test.txt vim -help VIM – Vi IMproved 7.4 (2013 Aug 10, compiled Apr 4 2017 18:14:54) usage: vim [arguments] [file ..] edit specified file(s) or: vim [arguments] – read text from stdin or: vim [arguments] -t tag edit file where tag is defined or: vim [arguments] -q [errorfile] edit … Read more