Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cut All RightNew to Visual Studio Code? Get it now.
Cut All Right

Cut All Right

Kosei Moriyama

|
1,023 installs
| (3) | Free
Cut rest of line. Like `Delete All Right` but cut it and store to clipboard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cut All Right

Cut rest of line. Like Delete All Right but cut it and store to clipboard.

Features

This extension cuts from the position of the cursor to the end of the line, like Emacs's C-k or Cocoa's ctrl+k.

There is already a Delete All Right command in VS Code, but this extension does Cut, not Delete.

Implementation of this extension is very simple, so I think that the delay is small even if you execute the command consecutively.

This extension is a single function. If you want to use more Emacs keybinds, consider using the following extensions.

  • hiro-sun/vscode-emacs
  • youngderekm/vscode-emacs-extras: A small collection of Emacs commands for Visual Studio Code.

Commands and keybindings

  • extension.cutAllRight
    • Cut to the end of the line.
  • ctrl+k
    • Default keybind to cutAllRight command.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft