You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the most popular terminal text editors, vim displays and edits files in the terminal buffer. Usually installed by default on distros (if not vim, then at least vi), this editor enjoys widespread use in the development community. With a wide array of keyboard commands, vim can be intimidating!
vim has two modes of operation - console level, and text editing level. In text-editing, one can either choose insert or replace modes. ESC will bring you from text-editing to console.