Skip to content

How to default Vim :Files command to open file in a new tab? #2519

Answered by junegunn
tonyvitonis asked this question in Q&A
Discussion options

You must be logged in to vote

You can set up g:fzf_action as described in https://github.com/junegunn/fzf/blob/master/README-VIM.md#configuration

let g:fzf_action = { 'enter': 'tab split' }

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@tonyvitonis
Comment options

Comment options

You must be logged in to vote
2 replies
@tonyvitonis
Comment options

@dtrckd
Comment options

Answer selected by junegunn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants