GitXplorerGitXplorer
S

matchar

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f296694ba040ccf7e9ce2cbfc086a0f1b309662f

Add a brief explanation

SShingoFukuyama committed 11 years ago
Unverified
a8dd1f246d4d6e9f7f8f0df0d03931c728bc592b

First commit

SShingoFukuyama committed 11 years ago

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)