Skip to content

ZKAW/vimoxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages