Skip to content

Web searching scoped to the current filetype in vim

Notifications You must be signed in to change notification settings

dbatten5/vim-ffs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffs.vim

Web searching based on the current filetype.

ffs: [F]iletype [F]ocused [S]earch

Motivation

While I'm working in a python file, performing a search for the word Class in a web search engine probably won't give me helpful results; searching python Class probably will.

Features

  • :FFS {query} without a query to search the current word, with a query to search for the query, all scoped to the current filetype.

See the docs for configuration options.

Installation

Use your favourite plugin manager to install this plugin. I like vim-plug:

Plug 'dbatten5/vim-ffs'

About

Web searching scoped to the current filetype in vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published