Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easily edit spf13-vim configuration #794

Merged
merged 3 commits into from
Aug 3, 2015

Commits on Jun 17, 2015

  1. Allow easy opening of spf13-vim config files

    <leader>ev is mapped to a function that opens the following files in a new tab
    .vimrc
    .vimrc.before
    .vimrc.bundles
    .vimrc.local
    .vimrc.before.local
    .vimrc.bundles.local
    .vimrc.fork
    .vimrc.before.fork
    .vimrc.bundles.fork
    
    <leader>sv is mapped to a function that reloads the spf13 config
    j1mr10rd4n committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    5315ee8 View commit details
    Browse the repository at this point in the history
  2. Configurify the mappings for editing/applying the spf13 config

    A user can set the following variables in their .vimrc.before.local file
    to customise the key mappings:
    
    g:spf13_edit_config_mapping
    g:spf13_apply_config_mapping
    
    the defaults are <leader>ev and <leader>sv respectively
    j1mr10rd4n committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b140b32 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Configuration menu
    Copy the full SHA
    17f2b8f View commit details
    Browse the repository at this point in the history