Skip to content

Commit

Permalink
Fix mc.emacs.keymap
Browse files Browse the repository at this point in the history
* [input] map Cut to ctrl-w, unmap Remove.
* [editor] unmap DeleteLine.
  • Loading branch information
Bad-ptr committed Jan 12, 2017
1 parent 9d735e0 commit 31a3fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/mc.emacs.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ Delete = delete
DeleteToWordBegin = alt-backspace
DeleteToWordEnd = alt-d
# Mark =
Remove = ctrl-w
# Cut =
Remove =
Cut = ctrl-w
Store = alt-w
# Paste =
Yank = ctrl-y
Expand Down Expand Up @@ -250,7 +250,7 @@ TopOnScreen = ctrl-pgup
BottomOnScreen = ctrl-pgdn
DeleteToWordBegin = alt-backspace
DeleteToWordEnd = alt-d
DeleteLine = ctrl-y
DeleteLine =
DeleteToEnd = ctrl-k
# DeleteToHome =
# ParagraphUp =
Expand Down

0 comments on commit 31a3fd0

Please sign in to comment.