v0.2.0
Highlight any word
Highlight whitespace at end of line
Improve workspace info bar
Add cursor settings (Blinking cursor and none blinking cursor)
Add statusBar.showGitInactive setting
Change status bar color when inactive window
Don't highlight the word at current cursor position
Jump to target when replacing text
Normal mode: Add '.' command (Repeat last command)
Normal mode: Add == command (Auto indent current line)
Insert mode: Add Ctrl-t and Ctrl-d command (Add/Delete indent in current line)
Insert mode: Add Ctrl-h command (Delete character)
Insert mode: Add Ctrl-i command (Insert tab)
Insert mode: Add Ctrl-u command (Delete characters before the cursor in current line)
Insert mode: Add Ctrl-w command (Delete the word before the cursor)
Insert mode: Add Ctrl-y command (Insert the character which is above the cursor)
Insert mode: Add Ctrl-e command (Insert the character which is below the cursor)
Ex mode: Add command history support
Ex mode: Add showGitInactive command (Change setting to show/hide git branch name in status bar when inactive window)
Ex mode: Add putConfigFile command (Put configuration file example in ~/.config/moe)
Ex mode: Add deleteTrailingSpaces command (Delete trailing spaces)
Ex mode: Add icon command (Setting show/hidden icons in filer mode)
Ex mode: Add vnew command (New empty buffer in split window vertically)
Ex mode: Add ene command (Create new empty buffer)
Ex mode: Add sp command and improve vs command
Ex mode: Ask create a dir if does not exist when save/write file
Filer mode: Add show/hidden icons setting
Command line: Add build type and fix version info in moe -v command
Refactor help (Read markdown document file at compile time)
Fix: yaml syntax highlighting color
Fix: crach when create workspace
Fix: Can not change workspace
Fix: crash when typing ""
Fix: Theme.statusBarVisualModeBg setting
Fix: Search result highlight when move to ex mode
Fix: Fix pop up window position in ex mode
Fix: Does not move to last of current line