Skip to content

asierrayk/vim-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

vim toggle

This plugin allows you to toggle or cycle through some Vim configurations.

Installation

vim-plug

Plug 'asierrayk/vim-toggle'

Example usage

noremap <F3> :call ToggleLocList()<CR>
noremap <F4> :call ToggleQuickfix()<CR>

let g:SpellLanglist= ["en_us", "es", "en_us,es"]
nnoremap <F6> :call ToggleCycleSpellLang()<CR>
nnoremap <F7> :call ToggleSpell()<CR>

About

Vim plugin to toggle options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors