All Projects → romainl → Vim Cool

romainl / Vim Cool

Licence: mit
A very simple plugin that makes hlsearch more useful.

Projects that are alternatives of or similar to Vim Cool

Vim Rfc
📓 Query RFC database and download RFCs from within Vim.
Stars: ✭ 88 (-67.16%)
Mutual labels:  search, vim-plugin
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-80.97%)
Mutual labels:  search, vim-plugin
Notational Fzf Vim
Notational velocity for vim.
Stars: ✭ 975 (+263.81%)
Mutual labels:  search, vim-plugin
Logcatch
android adb logcat viewer for Linux/Mac/Windows
Stars: ✭ 95 (-64.55%)
Mutual labels:  search, highlighting
gx-extended.vim
Extend gx to use it beyond just URLs!
Stars: ✭ 23 (-91.42%)
Mutual labels:  vim-plugin
emoji
Unfancy emoji searcher.
Stars: ✭ 66 (-75.37%)
Mutual labels:  search
Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (-72.01%)
Mutual labels:  search
elasticsearch-java
Official Elasticsearch Java Client
Stars: ✭ 92 (-65.67%)
Mutual labels:  search
Jshint2.vim
Lightweight, customizable and functional Vim plugin for JSHint integration.
Stars: ✭ 265 (-1.12%)
Mutual labels:  vim-plugin
Darksearch
🔍 Search engine for hidden material. Scraping dark web onions, irc logs, deep web etc...
Stars: ✭ 260 (-2.99%)
Mutual labels:  search
vim-highlighter
Highlight words and expressions
Stars: ✭ 57 (-78.73%)
Mutual labels:  vim-plugin
fzf-folds.vim
Vim plugin that lets you fuzzy search for folds in a file
Stars: ✭ 15 (-94.4%)
Mutual labels:  vim-plugin
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-4.1%)
Mutual labels:  search
kakoune-find
Find and replace on open buffers
Stars: ✭ 30 (-88.81%)
Mutual labels:  search
Searchcode Server
The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases
Stars: ✭ 262 (-2.24%)
Mutual labels:  search
solr-ocrpayload-plugin
Efficient indexing and retrieval of OCR bounding boxes in Solr
Stars: ✭ 22 (-91.79%)
Mutual labels:  search
format.nvim
Neovim lua plugin to format the current buffer with external executables
Stars: ✭ 189 (-29.48%)
Mutual labels:  vim-plugin
Golinks
🌐A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub.
Stars: ✭ 258 (-3.73%)
Mutual labels:  search
DawgSharp
DAWG String Dictionary in C#
Stars: ✭ 72 (-73.13%)
Mutual labels:  search
sqlite-okapi-bm25
📑 SQLite extension to add the Okapi BM25 ranking algorithm
Stars: ✭ 30 (-88.81%)
Mutual labels:  search

vim-cool

Vim-cool disables search highlighting when you are done searching and re-enables it when you search again.

Vim-cool is cool.

Vim-cool is experimental.

Experimental features

  • Show number of matches in the command-line:

      let g:CoolTotalMatches = 1
    

Requirements

Vim-cool is intended to be used with Vim, and only Vim, 7.4.2008 or later. It may or may not work in other editors but they are not and will not be officially supported.

Installation

Follow your favorite plugin/runtimepath manager's instructions.

If you choose manual installation, just put plugin/cool.vim where it belongs:

$HOME/.vim/plugin/cool.vim        on Unix-like systems
$HOME\vimfiles\plugin\cool.vim    on Windows

Background

I wrote the first iteration of vim-cool in about twenty minutes, mostly to test a few ideas I had after a short discussion on 'hlsearch' and :nohlsearch on #vim.

Because it relied almost exclusively on mappings, that first iteration was way too brittle to be of any use and actually messed with a bunch of my own mappings.

Then came @purpleP and the game-changing approach he put together with the help of @chrisbra, @justinmk, @jamessan, and @ZyX-I.

The current version, essentially a weaponized version of @purpleP's code, doesn't rely on remappings anymore and thus should be devoid of nasty side-effects.

Many thanks to @bounceme for his help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].