Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.