-
Notifications
You must be signed in to change notification settings - Fork 108
GIFs
For macOS user, cmd-enter maximize current focused pane.
vim-mode-plus supports lots of string transformation operator.
But remembering all of its keymap is diffcult.
transform-string-by-select-list
allow user to choose operator to use from select-list.
You can move between match with tab and shift-tab.
Like j
and k
but only stop at edge only.
By default [
and ]
is mapped to these motion.
Move around fold startRow or endRow.
Also end version is available(move-to-next-fold-end
, move-to-previous-fold-end
).
Red for deletion, green for addition and put cursor on start of change(atom's default is end of change)
Off course, you can repeat with .
.
Apply surround to each word in target(TextObject/Motion/Visual selection).
Auto detect inner and a Pair, and expandable.
Auto detect inner and a Pair with allowing forwarding range.
Auto detect pair, and pre-select target range and show pair char which will be changed on hover.
When search with #
, *
, show 'current/total' match on hover, and flash word under cursor.
With showing cursor appropriately in charcterwise and blockwise mode(still cursor hidden in linewise).