1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-26 17:59:08 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Tae Won Ha
87ff3929b6
Fix RxNeovimApi example 2023-12-23 20:55:42 +01:00
Tae Won Ha
d7b257435e
Reformat 2022-12-15 15:25:24 +09:00
Tae Won Ha
050537eeb7
wip 2022-06-17 22:42:20 +02:00
solawing
65ff615dba feat: draw insert marked text without accutally into vim
this commit fixes following issues:

1. use `-`, `=`, `arrow key` to select candidate. which shouldn't be
   handle by vim
2. use `left`, `right` to move in marked text by word. which shouldn't
   be handle by vim directly
3. though inserting marked text directly into UGrid cells, bypass vim
   key mapping system, only the finall insertText be inserted into vim.
   so vim map like jk to esc won't affect input method.
   and when input i in normal mode when input method, I can press <CR>
   to confirm it and only i will send to vim.

 this is also the behaviour of mac terminal.
2021-10-31 17:27:30 +08:00
solawing
918fc44889 chore: avoid crash in xcode 13.1 2021-10-31 16:09:28 +08:00
Tae Won Ha
ac6bfb35cc
Reformat 2020-09-18 23:14:20 +02:00
Tae Won Ha
13ed1e28a8
Refactor build scripts 2020-08-21 08:59:40 +02:00
Tae Won Ha
094893dfb4
Re-add NvimView tests, yet failing 2020-08-19 00:09:13 +02:00
Tae Won Ha
842b69f91c
Make NvimView build 2020-08-17 23:28:24 +02:00