windwp

Results 25 comments of windwp

Can we switch to event autocmd WinScrolled to call refresh. I don't think the marks sign need update too offten @chentau

Ok i will do your solution to disable refresh. i notice your plugin force my status line redraw even i don't typing any key on normal mode.

let g:fzf_action = { \ 'enter': 'tab split', \ 'ctrl-x': 'split', \ 'ctrl-v': 'vsplit' }

@J053Fabi0 ``` vim let g:fzf_buffers_jump = 1 let g:fzf_action = { \ 'enter': 'FzfCustomOpen', \ 'ctrl-t': 'tab split', \ 'ctrl-l': 'vsplit' } function! WhichWindowId(filename) let buffername = bufname(a:filename) if buffername...

Thank for your video. so you have 1 window terminal open in workspace 1(desktop monitor) but when you open another terminal in workspace 1 it spawn a new terminal on...

Are you update the config i3_master.ini to your terminal termite? https://github.com/windwp/i3-master-stack#config. this issue is very strange. My code never move a window to different workspace.

you can set enable_check_bracket_line = false. currently that option only check on same line.

https://github.com/abecodes/tabout.nvim you can try this i don't use it but it is good

the problem come from find a match pair if it place on different line and you need treesitter. if you want to just move a cursor to left you can...