Skip to content

asierrayk/vim-toggle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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

No packages published