Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 656 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 656 Bytes

Vimoxide

A tool to quickly open files with Vim / Nvim based on frequency of access.

Setup

git clone https://github.com/ZKAW/vimoxide
cargo install cargo-make

Install

The following will build the project and add it to your /usr/bin directory.

cargo make install

(optional) Add the following to your shell configuration file for quick access.

alias v='vimoxide'

Note that you can switch between vim and nvim at any time by changing the executor field in the ~/.config/vimoxide/conf.json file.

Usage

vimoxide or v <file>

Example

v some/sub/folder/file.txt
v file