pit-ray

Results 165 comments of pit-ray

I eliminated conventional complex `window_accel`, `window_tweight`, and `window_maxv` options and added simpler a `window_velocity` option.

Most of the refactoring has now been completed, but command mode implementation remaining. Since it is difficult to get prefixes in command mode for the system command `{mode}map`, it is...

I renamed the config `cursor_tweight` to `cursor_resolution`.

Removed `cursor_maxv`, `cmd_maxchar`, and `cmd_maxhist`.

Simply use the macro for switching. ```vim " 5 seconds gnnoremap :set cmd_fadeout=5 " 1 hour gnnoremap :set cmd_fadeout=3600 ``` Thanks.

To achieve in RESIDENT, you should define a map for RESIDENT mode transition and add such macros I mentioned above. e.g. ```vim rnoremap to_command rnoremap set cmd_fadeout=5 ``` Ideally, it...

I'm implementing in opened pull requests now. However, to implement autocmd, redesigning of the core system is needed, so I am re-thinking win-vind's core now. Probably, it does not finish...

@photkey @imshenwei @qaptoR Today, I released v5.1.0-beta including this feature. Please try it. https://github.com/pit-ray/win-vind/discussions/155#discussioncomment-5766623

The option `listen_interval` has been implemented for the next release and will be closed.

@gilbh @alexn-s Implemented in 5.3.0.