Created
December 12, 2013 10:19
-
-
Save kmdsbng/7925854 to your computer and use it in GitHub Desktop.
Mysql5.6のクライアントで<C-w>すると、行頭まで削除されてしまうのを、単語削除するように設定する ref: http://qiita.com/kmdsbng/items/43a606feed4fa6e26d45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql:bind '^U' vi-kill-line-prev | |
| mysql:bind '^W' ed-delete-prev-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment