summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor/emacs.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-06-04 06:39:02 +0900
committeraycabta <aycabta@gmail.com>2019-06-04 07:23:36 +0900
commit4b7213a85a6700657b825f8f127ce83a3070bf1d (patch)
treea67ac0525591eefb8a467ee2cf5a731ddcfa2dc2 /lib/reline/key_actor/emacs.rb
parentc9b74f9fd95113df903fc34cc1d6ec3fb3160c85 (diff)
Implement transpose-words
Diffstat (limited to 'lib/reline/key_actor/emacs.rb')
-rw-r--r--lib/reline/key_actor/emacs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/key_actor/emacs.rb b/lib/reline/key_actor/emacs.rb
index 7354c9279e..134f424a2c 100644
--- a/lib/reline/key_actor/emacs.rb
+++ b/lib/reline/key_actor/emacs.rb
@@ -489,7 +489,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
# 243 M-s
:ed_unassigned,
# 244 M-t
- :ed_unassigned,
+ :ed_transpose_words,
# 245 M-u
:em_upper_case,
# 246 M-v