* Added indicators for vim mode and current vim command chord
* Added settings page. Fixed custom keybind problems. Desktop only.
Added the settings page toggles for the chord and vim mode display.
Fixed the custom keybinds not resetting when completing. The
"vim-command-done" event seems to be not registering them. Maybe a
problem with initialization of the keys?
Changed the plugin to be desktop only. It's unlikely that someone could
use this on mobile, and cmEditor is deprecated and will only work on
desktop for now.
* Added command for surrounding current selection with strings
* Hotfix: cleanup forgotten code
* Added surround command and cleaned up
* Added surround action
* Cleaned up, changed var to let, added pasteinto ex command
* Attempt to fix surround bug
* Fixed bad merge
* Attempt fix for surround desync
* Fixed pasteinto
* Fixed README
Moved `Mapping Obsidian Commands Within Vim` back to where it belongs.
* Actually fixed README this time.
* Added escape character '\' to surround
* Added indicators for vim mode and current vim command chord
* Added settings page. Fixed custom keybind problems. Desktop only.
Added the settings page toggles for the chord and vim mode display.
Fixed the custom keybinds not resetting when completing. The
"vim-command-done" event seems to be not registering them. Maybe a
problem with initialization of the keys?
Changed the plugin to be desktop only. It's unlikely that someone could
use this on mobile, and cmEditor is deprecated and will only work on
desktop for now.
* Added command for surrounding current selection with strings
* Hotfix: cleanup forgotten code
* Added surround command and cleaned up
* Added surround action
* Cleaned up, changed var to let, added pasteinto ex command
* Attempt to fix surround bug
* Fixed bad merge
* Attempt fix for surround desync
* Fixed pasteinto
* Fixed README
Moved `Mapping Obsidian Commands Within Vim` back to where it belongs.
* Actually fixed README this time.
* Added indicators for vim mode and current vim command chord
* Added settings page. Fixed custom keybind problems. Desktop only.
Added the settings page toggles for the chord and vim mode display.
Fixed the custom keybinds not resetting when completing. The
"vim-command-done" event seems to be not registering them. Maybe a
problem with initialization of the keys?
Changed the plugin to be desktop only. It's unlikely that someone could
use this on mobile, and cmEditor is deprecated and will only work on
desktop for now.
* Added command for surrounding current selection with strings
* Hotfix: cleanup forgotten code
* Added surround command and cleaned up
* Added surround action
* Cleaned up, changed var to let, added pasteinto ex command
* Attempt to fix surround bug
* Fixed bad merge
* Attempt fix for surround desync
* Fixed pasteinto
* Added indicators for vim mode and current vim command chord
* Added settings page. Fixed custom keybind problems. Desktop only.
Added the settings page toggles for the chord and vim mode display.
Fixed the custom keybinds not resetting when completing. The
"vim-command-done" event seems to be not registering them. Maybe a
problem with initialization of the keys?
Changed the plugin to be desktop only. It's unlikely that someone could
use this on mobile, and cmEditor is deprecated and will only work on
desktop for now.
* Added command for surrounding current selection with strings
* Hotfix: cleanup forgotten code
* Added surround command and cleaned up
* Added surround action
* Cleaned up, changed var to let, added pasteinto ex command