junegunn / junegunn/fzf.vim

BLines jump to the column of searched word

Open
#1,240 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- [x] I have fzf 0.23.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues

I am using `BLines ` to search a word in the current buffer. In the list I could see all the occurrences. Then I press enter key on one occurrence, and I jump to the right line. I wish I could jump to the right line and also in the right column . So I could quickly retrigger a `BLines` with the current word.

Currently I just jump to the start of the line, ie. the column of the first non empty character.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.