Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 649 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 649 Bytes

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 = "'"