nyabkun / vscode-cut-all-right

Add feature of cutting rest of line to Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Commands and keybindings

  • extension.cutAllRight
    • Cut to the end of the line.
  • ctrl+k
    • Default keybind to cutAllRight command.

Release Notes

0.0.1

Initial release.

About

Add feature of cutting rest of line to Visual Studio Code.


Languages

Language:JavaScript 100.0%