Skip to content

soutaro/emacs-c-k

Repository files navigation

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.

About

VSCode Extension to provide Emacs like C-k

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published