NppVim 1.8.0.0 Release
-
1.8.0.0
Fixed
Visual mode stability– Corrected selection behavior and motion consistencyiW / aW– Improved big-word text object handling
Added
Visual Mode
gq/gw– Wrap selected textU/u– Convert selection to uppercase / lowercaseJ– Join selected linesr– Replace selected charactersS– Substitute selection with input text
Normal Mode
(/)– Move between sentencesM– Jump to middle of the screenge– Move to end of previous wordgE– Move to end of previous WORDgf– Open file under cursorgx– Open URL under cursorJ– Join lines without extra spacezt/zb– Scroll line to top / bottom of windowzc/zo– Close / open foldgi– Jump to last insert position[/]– Structured navigation (blocks / sections)gU/gu– Uppercase / lowercase motiongUU/guu– Uppercase / lowercase entire linegd– Jump to first occurrence of symbolCtrl+E/Ctrl+Y– Scroll window down / upCtrl+F/Ctrl+B– Page forward / backwardgJ– Join lines without inserting spaceS– Substitute entire line|– Jump to specific columngI– Insert at first non-blank character
Command Mode
sort/sort!– Sort lines (normal / reverse)sort n/sort n!– Numeric sort (normal / reverse)noh/nohl/nohlsearch– Clear search highlightsset nu/set number– Enable line numbersset nonu/set nonumber– Disable line numbersset tw=– Set text widthwa/wall– Write all buffersqa/qall– Quit all bufferswqa/xa/xall– Save and quit alle/editRefresh filebp/bprev/bprevious– Go to previous bufferbd/bdelete– Delete buffersp/split– Horizontal splitvs/vsplit– Vertical splittabn/tabp– Next / previous tababout- Show about dialogconfig- Show configurationh/help- Open command helpt/tut/tutor- Open tutors/old/new/- Regex Substitutes/foo/bar/g- Replace all matches in lines/foo/bar/c- Replace with confirmations/foo/bar/gc- Replace all in line (confirm)s/foo/bar/i- Case-insensitive replaces/foo/bar/l- Literal (no regex) replace%s/foo/bar/gc- Replace in whole file (confirm)