GitXplorerGitXplorer
S

matchar

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

What can do with Emacs matchar.el

Move cursor to a character repeatedly with sequential input.

matchar

M-x matchar-forward a a a b b f f ...
M-x matchar-backward a a a b b f f ...

config

;; Locate the matchar folder to your path
(add-to-list 'load-path "~/.emacs.d/elisp/matchar")
(require 'matchar)
;; Change keybinds to whatever you like :)
(global-set-key (kbd "M-f") 'matchar-forward)
(global-set-key (kbd "M-b") 'matchar-backward)