diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-03-21 20:44:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-03-21 20:53:58 +0900 |
| commit | 3a6c3f4d7f5f3b09b5d97cb36810f96676e81543 (patch) | |
| tree | d05c80d1f980293fd5d62944fe3c8a79c16b58f2 | |
| parent | c5c8c5f4724d4121e5c69c5f49138b445472228a (diff) | |
| download | dotfiles-3a6c3f4d7f5f3b09b5d97cb36810f96676e81543.tar.gz dotfiles-3a6c3f4d7f5f3b09b5d97cb36810f96676e81543.tar.zst dotfiles-3a6c3f4d7f5f3b09b5d97cb36810f96676e81543.zip | |
neovim:eskk: add colon
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index b10be61..3134fba 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1422,6 +1422,8 @@ function My_eskk_initialize_pre() call t.add_map('7.', '7.') call t.add_map('8.', '8.') call t.add_map('9.', '9.') + call t.add_map(':', ':') + call t.add_map('z:', ':') " Workaround: 'zl' does not work as 'l' key leaves from SKK mode. call t.add_map('zL', '→') call eskk#register_mode_table(mode, t) |
