On Editing a Text.
暂无分享,去创建一个
By Character By Line nG to line n 0, $ first, last position on line ^ or _ first non-whitespace char on line +,-first character on next, prev line By Screen ^F, ^B scroll foward, back one full screen ^D, ^U scroll forward, back half a screen ^E, ^Y show one more line at bottom, top L go to the bottom of the screen z↵ ↵ position line with cursor at top z. position line with cursor at middle z-position line with cursor at Marking Position on Screen mp mark current position as p (a..z) `p move to mark position p 'p move to first non-whitespace on line w/mark p Miscellaneous Movement fm forward to character m Fm backward to character m tm forward to character before m Tm backward to character after m w move to next word (stops at puncuation) W move to next word (skips punctuation) b move to previous word (stops at punctuation) B move to previous word (skips punctuation) e end of word (puncuation not part of word) E end of word (punctuation part of word)