Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 498 Bytes

File metadata and controls

10 lines (9 loc) · 498 Bytes

brackets-kill-ring

A Brackets extension that provides a vaguely-emacs-style kill ring. The Kill command (C-k) kills the rest of the line or the selection, and repeated kills are merged into a single entry in the ring. The Yank command (C-y) inserts the last-inserted entry from the ring. The Yank Again command (M-y) replaces the last yank with the previous entry in the kill ring. The Set/Clear Mark command (C-m) toggles transient mark mode. Escape clears clears mark mode.