okia
okia
Ctrl+Shift+Backspace (delete entire line) is a popular keybinding and we should support it. Emulate Emacs behavior with respect to existing selection, i.e. if multiple lines are selected while Ctrl+Shift+Backspace has...
Fix for issue #27. The following operations are supported: | # | Keybinding | Description | |----|-------------|-------------- | | 1. | C-x r r | Copy rectangle to register |...
Add support for Ctrl+Shift+Backspace (delete entire line) keybinding Fix for issue #33.
Quick fix for issue #30. Known issues: 1. Generally, 'Ctrl+g' should be pressed twice. This is connected with curios current behavior [of vscode-emacs extension]: whenever there is an active selection,...
'C-g' should cancel current command (including keybinding in progress, if any) and return to normal input [mode]. Ideally, it should also preserve current selection, like Emacs does.
Any realistic Emacs workflow inevitably comprises Rectangle operations. We should be able to support at least the following Rectangle-related keybindings: Keybinding | Description ---------------|--------------- | `C-x r r` | Copy...