aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index 0324fd04..a6417cfd 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -11,7 +11,8 @@ use std::collections::HashMap;
// W = next WORD
// e = end of word
// E = end of WORD
-// r =
+// r = replace
+// R = replace with yanked
// t = 'till char
// y = yank
// u = undo