Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soutaro/emacs-c-k
VSCode Extension to provide Emacs like C-k
https://github.com/soutaro/emacs-c-k
Last synced: 22 days ago
JSON representation
VSCode Extension to provide Emacs like C-k
- Host: GitHub
- URL: https://github.com/soutaro/emacs-c-k
- Owner: soutaro
- Created: 2020-12-05T13:42:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T14:33:22.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T23:25:29.447Z (6 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Emacs C-k
This is a VSCode Extension to implement C-k and C-y functionalities of Emacs or more specifically Xcode.
* `C-k` deletes a line like `kill-line` in Emacs.
* `C-k` copies the deleted text to the internal buffer.
* Repeating `C-k` appends deleted text to the internal buffer.
* `C-y` pasts from the internal buffer.
* No *kill-ring*.
* No integration between the internal buffer and the OS clipboard.