User Tools

Site Tools


newdevs:landscape:tools:vim

New Developers Working Group

Vim Text Editor

The vim text editor is built into the bash console (similar to notepad in Windows).

  • vim –> opens vim text editor in command mode
  • vim (filename) –> opens file in vim text editor

Vim opens in command mode, which allows a variety of functions, but does not allow direct editing.

  • i –> puts you into edit mode
  • esc –> puts you back into command mode from edit mode
  • :q –> takes you out of vim
  • :w –> saves your work
  • :wq –> saves & closes
  • :set number –> turns on line numbers
  • ?abc –> searches for occurrences of 'abc'
newdevs/landscape/tools/vim.txt · Last modified: 2024/08/27 21:41 by sleary

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.