Obsidian plugin to enable kill and yank (like Emacs) in the editor.
Obsidian https://obsidian.md
Cut from the cursor position to the end of the line.
default: Control + k
Cut the selection.
default: Control + w
Paste kill ring.
default: Control + y
Toggle the start position of the selection.
default: Control + Space
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.
yarn install
yarn format:check
yarn format:fix
yarn lint
yarn lint:fix
yarn build
Copy over main.js
, styles.css
, manifest.json
to your vault VaultFolder/.obsidian/plugins/kill-and-yank/
.