All Projects β†’ mrkkrp β†’ zzz-to-char

mrkkrp / zzz-to-char

Licence: other
Fancy replacement for zap-to-char in Emacs

Programming Languages

emacs lisp
2029 projects
Nix
1067 projects

Projects that are alternatives of or similar to zzz-to-char

factedit
🧐 Code & Data for Fact-based Text Editing (Iso et al; ACL 2020)
Stars: ✭ 16 (-15.79%)
Mutual labels:  text-editing
ember-pell
Ember addon for simplest and smallest (1kB) WYSIWYG text editor for web, with no dependencies
Stars: ✭ 56 (+194.74%)
Mutual labels:  text-editing
Pell
πŸ“ the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+61231.58%)
Mutual labels:  text-editing

Zzz to Char

License GPL 3 MELPA CI

This package provides two new commands: zzz-to-char and zzz-up-to-char which work like the built-ins zap-to-char and zap-up-to-char, but allow the user to quickly select the exact character they want to zzz to. The commands work like the built-ins when there is only one occurrence of the target character, excepting that they automatically work in the backward direction, too. One can specify how many characters to scan from each side of the point, see zzz-to-char-reach.

Installation

The package is available via MELPA, so you can just type M-x package-install RET zzz-to-char RET.

If you would like to install the package manually, download or clone it and put on Emacs' load-path. Then you can require it in your init file like this:

(require 'zzz-to-char)

Usage

Just bind zzz-to-char or zzz-up-to-char (depends on your taste, the latter doesn't include the target char into the killed text):

(global-set-key (kbd "M-z") #'zzz-to-char)

License

Copyright Β© 2015–present Mark Karpov

Distributed under GNU GPL, version 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].