Skip to content

Jump to specific files by pressing one or two keys

Notifications You must be signed in to change notification settings

leafOfTree/vim-filemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vim-filemap

Jump to specific files by pressing one or two keys

Install

  • Use VundleVim:

      Plugin 'leafOfTree/vim-filemap'
    
  • Or manual: download vim-filemap and drop it in Vim/vimfiles/.

Usage

Add config (after loading vimrc)

let fileMap = {
            \'a': 'd:/a_file', 
            \}

call filemap#active(fileMap)

Jump to d:/a_file by pressing 'a

Open in a new tab page by pressing 'ta

Current editing file will be saved.

Options

g:filemap_leader: set mapping leader. default is ' .

let g:filemap_leader = "'"

About

Jump to specific files by pressing one or two keys

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published