LNCD

Table of Contents

  • LNCD Home
  • Administration
  • Notebooks
  • Journal Club Presentations
  • Publications
  • Current Projects
  • Completed Projects
  • Current Grants
  • Datasets by Project
  • Brain ROIs and Measures
  • ️Tools And Methods
  • Big Data
  • RA Homepage
  • Recent Changes
  • Maintenance
  • Site Map
  • Random Page
LNCD
Admin » Vim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tools:vim [2025/07/30 10:50] – [Commands] vid79tools:vim [2025/07/30 10:50] (current) – [Commands] vid79
Line 22: Line 22:
   - ''i'' -> puts you in **i**nsert mode so you can freely type and move your cursor around. Says ''-- INSERT --'' in bottom left.   - ''i'' -> puts you in **i**nsert mode so you can freely type and move your cursor around. Says ''-- INSERT --'' in bottom left.
   - ''esc'' -> gets you out of insert mode   - ''esc'' -> gets you out of insert mode
-  - ''set nu'' shows you line numbers+  - '':set nu'' shows you line numbers
  
 move around move around