Skip to content

Instantly share code, notes, and snippets.

@hyuki

hyuki/README.md Secret

Last active May 30, 2023 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki/c9805d44eeab407e99d56605c43cb2fe to your computer and use it in GitHub Desktop.
Save hyuki/c9805d44eeab407e99d56605c43cb2fe to your computer and use it in GitHub Desktop.
VimのインサートモードでCTRL+Uを打つと一行失われてしまうのを回避する方法(無効化する)
@hyuki
Copy link
Author

hyuki commented May 30, 2023

https://twitter.com/mattn_jp/status/1663439607013474305?s=20

inoremap <c-u> <c-g>u<c-u>

これだと一度 undo が切れた後に同じ動作になると思います。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment