brysgo / quickfixfix

A simple plugin to add some extra keybindings to the vim quickfix window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Fix Fix
-------------

A quick plugin I wrote to get some of nerd tree's keybindings in the quickfix window.

Supports:
+------+-----------------------------------+
| key  | description                       |
+------+-----------------------------------+
| o    | opens a file (alias to return)    |
+------+-----------------------------------+
| i    | opens the file in split           |
+------+-----------------------------------+
| s    | opens the file in vertical split  |
+------+-----------------------------------+
| go   | open the file without moving to it|
+------+-----------------------------------+

About

A simple plugin to add some extra keybindings to the vim quickfix window


Languages

Language:Vim Script 100.0%