Commit Graph

25 Commits

Author SHA1 Message Date
Jim Riordan
b140b32672 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
2015-06-17 14:35:59 +10:00
John Tyree
1a4fd8b8e6 Merge pull request #559 from rekendahl/3.0
Screen program mapping is now opt-in (as it slows down exits from insert back to normal mode)
2014-02-12 10:27:52 -06:00
Robert Ekendahl
9b2363616e Removed screen program mapping 2014-02-11 16:14:30 -05:00
Robert Ekendahl
a6c6647dc2 Screen program mapping is now opt-in
This as it slows down exit from insert mode for many users
2014-02-11 10:16:57 -05:00
lukedomanski
33091b2609 added spf13 option to enable/disable wrap relative movement mappings 2014-02-05 11:16:58 +11:00
perfectworks
4ec01f5dda add a switch to disable omni complete 2014-01-27 18:17:56 +08:00
spf13
a0b0a0e191 Remove transparency settings 2014-01-03 16:15:16 -05:00
John Tyree
55d902a4ce Show how to avoid multi-cursor mappings 2013-11-30 22:20:41 -06:00
John Tyree
fd79189682 Remove dead code 2013-11-30 22:20:18 -06:00
John Tyree
d14146c46e Fix syntax error for spf13_no_fastTabs 2013-11-30 22:20:04 -06:00
John Tyree
da6c9307ff Add spf13_no_big_font 2013-11-30 22:19:48 -06:00
John Tyree
388ff135a8 Add note about purpose of vimrc.before 2013-11-30 22:19:02 -06:00
John Tyree
779af944e8 Turn off spell. The whole file is commented code. 2013-11-30 22:18:46 -06:00
John Tyree
beb8fd5337 airline_theme can be set from .vimrc.local 2013-11-30 22:17:44 -06:00
John Tyree
127a75b029 Map localleader to _ 2013-11-30 22:14:19 -06:00
John Tyree
c7f9a03902 Add spf13_no_transparency 2013-11-30 20:10:38 -06:00
John Tyree
7aea39b0f9 Allow specifying an airline_theme in vimrc.before 2013-11-30 19:58:08 -06:00
John Tyree
5ef6d0ead5 Move indent guides coloring to vimrc.before 2013-11-30 19:51:30 -06:00
John Tyree
7460001ace Add spf13_no_conceal 2013-11-30 19:48:02 -06:00
John Tyree
0b0cb193cc Add less invasive completion mappings 2013-11-29 19:22:23 -06:00
John Tyree
2f3df05d62 Wrap neocompl supertab emulation in conditionals. Add to vimrc.before 2013-11-29 14:08:12 -06:00
John Tyree
59fd278c75 Source fork and local last 2013-11-28 07:31:45 -06:00
John Tyree
7c134a0449 Source fork before local 2013-11-28 07:30:01 -06:00
Stephen Bennett
bf66c5dd58 Move before config source
Place the source commands for .vimrc.before.local & .vimrc.before.fork
in .vimrc.before to reduce clutter in .vimrc
2013-09-06 16:31:53 -06:00
Stephen Bennett
b2389817c3 Populate .vimrc.before with all spf13 options
* .vimrc.before should not be modified (just like any other non-local
  or non-fork config file)
* .vimrc.before contains a list of all options that can be set
* .vimrc.before.local is where these options would actually be set
* support .vimrc.before and .vimrc.before.fork in install scripts
2013-09-05 01:34:43 -06:00