1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
vimr/NvimView
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
..
Sources/NvimView feat: draw insert marked text without accutally into vim 2021-10-31 17:27:30 +08:00
Support Remove Xcode warnings 2021-06-18 08:57:57 +02:00
Tests feat: draw insert marked text without accutally into vim 2021-10-31 17:27:30 +08:00
.gitignore Restructure a bit 2020-12-24 12:15:36 +01:00
Package.swift Update RxSwift to 6.2 2021-06-18 08:41:16 +02:00
README.md Make NvimView build 2020-08-17 23:28:24 +02:00

NvimView

A description of this package.