Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Kill and Yank

inouetakuyainouetakuya4k downloads

Enable kill and yank (like Emacs) in the editor.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

Obsidian plugin to enable kill and yank (like Emacs) in the editor.

Obsidian https://obsidian.md

Usage

Kill line

Cut from the cursor position to the end of the line.

default: Control + k

Kill region

Cut the selection.

default: Control + w

Yank

Paste kill ring.

default: Control + y

Set mark

Toggle the start position of the selection.

default: Control + Space

Note

This plugin enables kill and yank in the editor, but does not enable kill and yank in the title.

If you wish to continue to use kill and yank in the title, change the default key mappings.

Development

This project uses pnpm. The required version is pinned in the packageManager field of package.json and in mise.toml.

Setup

pnpm install

Format

pnpm format:check
pnpm format:fix

Lint

pnpm lint
pnpm lint:fix

Build

pnpm build

Release

main is protected and only accepts changes through a pull request, so the version bump goes through one as well. The release tag is created afterwards, on the merge commit.

Create a branch:

git switch --create bump-up-to-1.3.0

Bump the version:

pnpm version minor --no-git-tag-version

patch, minor, major and an explicit version number such as 1.3.0 are all accepted.

This runs version-bump.mjs through the version lifecycle script, which writes the new version into manifest.json and versions.json. --no-git-tag-version skips the commit and the tag that pnpm version would otherwise create, because the tag has to point at the merge commit on main.

Commit the change and open a pull request:

git add manifest.json versions.json package.json
git commit --message "1.3.0"
git push --set-upstream origin bump-up-to-1.3.0
gh pr create --title "1.3.0" --body "" --assignee "@me"

Merge the pull request with a merge commit once CI passes. Do not squash it, so that the history stays accurate.

Tag the merge commit on main and push the tag to trigger the release workflow:

git switch main
git pull
git tag --annotate 1.3.0 --message "1.3.0"
git push origin 1.3.0

The tag must match the version in manifest.json exactly, with no v prefix. Both the release workflow and the Obsidian community plugin flow rely on this.

The workflow publishes the release straight away, without a draft step. Anyone who installed the plugin from the community plugin list receives the update as soon as it is published.

Manually installing this plugin

Copy over main.js and manifest.json to your vault VaultFolder/.obsidian/plugins/kill-and-yank/.

HealthExcellent
ReviewSatisfactory
About
Enable Emacs-style kill and yank editing in the Obsidian editor. Cut from the cursor or selection and paste from the kill ring to recall recently killed text.
EditingHotkeys
Details
Current version
1.2.1
Last updated
Last month
Created
4 years ago
Updates
5 releases
Downloads
4k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
inouetakuyainouetakuya
github.com/inouetakuya
GitHubinouetakuya
  1. Community
  2. Plugins
  3. Editing
  4. Kill and Yank

Related plugins

Emoji Toolbar

Quickly search for and insert emojis into your editor.

Shortcuts extender

Use shortcuts for input special symbols without language switching.

Keyshots

Add classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.

Code Editor Shortcuts

Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (VS Code) or Sublime Text.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Editing Toolbar

The Editing Toolbar is modified from cMenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.

Outliner

Work with your lists like in Workflowy or Roam Research.