Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 383 Bytes

File metadata and controls

21 lines (11 loc) · 383 Bytes

Vim

-- What is Vim

Edit

yy: copy a line

p: paste the copied line(s)

dd: cut a line

u: undo

Show/hide line numbers

  1. Press ESC key

  2. At the : prompt type the following command to run on line numbers: set number

  3. To turn off line numbering, type the following command at the : prompt set nonumber