Skip to content

LumaKernel/fern-mapping-reload-all.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fern-mapping-reload-all.vim

fern plugin

Mapping to reload from root.

Installation

Example for dein with TOML.

[[plugins]]
repo = 'LumaKernel/fern-mapping-reload-all.vim'
depends = ['fern.vim']

Usage

No default mappings.

You can use this as the action reload:all . Please map by yourself.

function s:init_fern_mapping_reload_all()
    nmap <buffer> R <Plug>(fern-action-reload:all)
endfunction
augroup my-fern-mapping-reload-all
    autocmd! *
    autocmd FileType fern call s:init_fern_mapping_reload_all()
augroup END

About

fern.vim plugin to reload from root

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published