Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 508 Bytes

shotcuts.md

File metadata and controls

12 lines (11 loc) · 508 Bytes

This file lists part of shortcuts of this VIM distrubution

  • 'ew' : open in the current buffer.
  • 'es' : open in a horizontal split.
  • 'ev' : open in a vertical split.
  • 'et' : open in a new tab.
  • 'fef' : formats the entire file.
  • 'u' : converts the word to uppercase.
  • 'l' : converts the word to lowercase.
  • 'U' : converts the first char of word to uppercase. (not finished)