serna37 / vim

ALL IN ONE VIM WITH ONLY ONE VIMRC FILE.
MIT License
2 stars 0 forks source link

🥾🔍easymotion/vim-easymotion #40

Open serna37 opened 10 months ago

serna37 commented 10 months ago
serna37 commented 10 months ago

no move view point -> end emotion + zt at top row

sil! b # popup_closespoil echo, so need timer_start with echo

serna37 commented 10 months ago

no preview win ▶︎ so fast. mode change?

cannot chk gitbash because its has("unix")

or macos only draw preview?

or chk win cnt? single or dupl but only one buffer can go without preview buffer.

get current buf no
bufnr('%')

get win no max
winnr('$')

convert win no to buf no
winbufnr(winnr)

let cbn = bufnr('%')
range
1
winnr $

winbufnr

filter
v == cbn

if this len is 1 ▶︎ single view
else multi. have to preview window
serna37 commented 10 months ago

want vim-surround. map ss emotion

... really? only s is fast. surround ...

checked. no conflict!!!! happy!!

serna37 commented 10 months ago

2 char highlight orange, yellow, red

serna37 commented 10 months ago

echo typed key

serna37 commented 10 months ago

BS to back type ??