Prelude Key Chord
Overview
This module enables key-chord-mode, which allows you to bind commands to combinations of two keys pressed simultaneously (or in quick succession).
Default Key Chords
| Chord | Command | Description |
|---|---|---|
| jj | avy-goto-word-1 |
Jump to the beginning of a word |
| jl | avy-goto-line |
Jump to a visible line |
| jk | avy-goto-char |
Jump to a visible character |
| JJ | crux-switch-to-previous-buffer |
Switch to previous buffer |
| uu | undo-tree-visualize |
Visualize the undo tree |
| xx | execute-extended-command |
Same as M-x |
| yy | browse-kill-ring |
Browse the kill ring |
Adding Your Own Key Chords
You can define additional key chords in your personal config:
(key-chord-define-global "FF" 'find-file)