Commit graph

452 commits

Author SHA1 Message Date
Kevin MacMartin
98dc5a76e9 ctrl-A aligns comments and ctrl-a aligns end of line comments 2014-08-05 06:01:38 -04:00
Kevin MacMartin
ee142f3e86 Updating submodules including upstream vim-markdown-concealed changes 2014-07-31 11:07:50 -04:00
Kevin MacMartin
8cdce6780c Updating plugins, including upstream vim-markdown and vim-polyglot 2014-07-31 08:20:17 -04:00
Kevin MacMartin
a0d5fd5ca0 Removed the junk about vimcat; the default config works better 2014-07-31 03:09:56 -04:00
Kevin MacMartin
b06a94ef02 added some cut and paste shortcuts during input 2014-07-31 02:09:34 -04:00
Kevin MacMartin
d101b03cbc Used capital C for ctrl for consistency 2014-07-31 01:57:01 -04:00
Kevin MacMartin
539254078b move copy/paste stuff to before neocomplcache remaps it 2014-07-31 01:53:33 -04:00
Kevin MacMartin
c7c13f22b9 compress the vimpager stuff into fewer lines 2014-07-31 01:51:21 -04:00
Kevin MacMartin
6f1846d388 Improved vimpager documentation 2014-07-31 01:44:10 -04:00
Kevin MacMartin
caed6a7476 Fixed less.vim unmappings properly 2014-07-31 01:33:15 -04:00
Kevin MacMartin
30e5dff895 Use mapcheck before unmapping 2014-07-31 01:05:43 -04:00
Kevin MacMartin
7d4e69198c Readded the lazy redraw setting as it seems to help more than hurt 2014-07-30 07:17:31 -04:00
Kevin MacMartin
28928a7e94 Updated vim-markdown-concealed version to apply upstream fix 2014-07-30 05:40:43 -04:00
Kevin MacMartin
e89b48bd45 Fixed a spelling mistake in the README 2014-07-30 04:55:35 -04:00
Kevin MacMartin
b624f5d3c7 Small non-functional touchup to the README 2014-07-30 02:53:05 -04:00
Kevin MacMartin
775770c3ee Configured vimpager to use concealed markdown for reading purposes 2014-07-30 02:34:26 -04:00
Kevin MacMartin
7c39a11401 Updated submods inc upstream mkd fixes I pushed down to polyglot 2014-07-30 01:29:14 -04:00
Kevin MacMartin
6671889c43 removed reverse and swapped colours for markdown code 2014-07-29 22:12:58 -04:00
Kevin MacMartin
e4ad1c0125 ircd.conf javascript->json 2014-07-29 22:05:27 -04:00
Kevin MacMartin
5ded6877c5 Added the tabular plugin and mapped the mkd table format it allows 2014-07-29 03:04:37 -04:00
Kevin MacMartin
7eff0b4f65 Add Conceal syntax definition and tweak markdown/html colours 2014-07-28 11:20:38 -04:00
Kevin MacMartin
030bfbe227 Fixed vimpager copy in visual mode with y 2014-07-28 06:17:50 -04:00
Kevin MacMartin
7620aff01f Fixed some mapping bugs, pulled vimpager settings into its own config
file, and configured vimpager stuff more thoroughly against less.vim
2014-07-28 06:08:10 -04:00
Kevin MacMartin
9a85603d30 Updating submodules 2014-07-28 03:28:27 -04:00
Kevin MacMartin
667a92e301 Switching to upstream vim-fixkey now that my branch has been pulled 2014-07-28 03:21:22 -04:00
Kevin MacMartin
62fc9ccba4 Switched back upstream for goyo now that it pulled my branch 2014-07-28 03:04:47 -04:00
Kevin MacMartin
dccde2f30d Added some vimpager-specific mappings to vimpagerrc (I'll likely pull
vimpager-specific mappings out into a separate keyboard config file that
both vimpager and vim use eventually, but this works well for now)
2014-07-28 02:54:16 -04:00
Kevin MacMartin
30b9fda725 Updated plugins 2014-07-27 01:57:31 -04:00
Kevin MacMartin
cd51ed5573 Disabled experimental neocomplcache setting that's no longer needed 2014-07-26 05:09:52 -04:00
Kevin MacMartin
ddbc6a71b2 Removing vim-neco-calc as it didn't feel it had enough value-added 2014-07-26 05:06:19 -04:00
Kevin MacMartin
42dd9a6300 Update submodules 2014-07-26 05:03:54 -04:00
Kevin MacMartin
579d88994f Removed the spellcheck plugin from the README 2014-07-26 05:02:53 -04:00
Kevin MacMartin
09941e143f Switched to my fork for vim-fixkey with support for screen-it and
screen-256color-it (termcap for screen/tmux patched to allow tmux to
render italics). The HTML headings were switched from underlined to
strictly bold from 1-3 and strictly italic from 4-6.
2014-07-26 04:11:50 -04:00
Kevin MacMartin
ceb0874c45 Removed the Spellcheck stuff from the keyboard mappings 2014-07-26 03:14:40 -04:00
Kevin MacMartin
0b755a454f Added vimpager info to the README + removed keyboard.vim from vimpager
and instead specified a custom set of mappings. Removed the SpellCheck
plugin (it stopped working and wasn't very useful anyway)
2014-07-26 03:10:16 -04:00
Kevin MacMartin
112495115b Improve taskrc commentstring call + add one for ft=tmux 2014-07-26 01:44:09 -04:00
Kevin MacMartin
a961849af9 Updated submodules 2014-07-26 00:34:38 -04:00
Kevin MacMartin
22917d27be Configured plugins for vimpager more intelligently 2014-07-26 00:32:48 -04:00
Kevin MacMartin
be10ee87df Added vimpagerrc: configures darkcloud-vimconfig for use with vimpager 2014-07-25 23:51:14 -04:00
Kevin MacMartin
04e7ab88b6 Load the colorscheme before the config files 2014-07-25 23:50:05 -04:00
Kevin MacMartin
441f88eba3 Set the ft for *vimpagerrc to vim for proper syntax highlighting 2014-07-25 23:48:41 -04:00
Kevin MacMartin
243ebdf2ce Changed Title's style from underline to bold 2014-07-25 11:54:33 -04:00
Kevin MacMartin
adc8895c53 Pulled lightline theme out of the darkcloud theme and into into plugins.vim so
the darkcloud theme can be used without requiring lightline, and set the
colorscheme before loading the user config so it can be overridden
2014-07-25 10:18:03 -04:00
Kevin MacMartin
f664b75885 Added the new plugins to the README 2014-07-24 01:05:28 -04:00
Kevin MacMartin
6b13bbdede Added a screenshot of the update tool in action 2014-07-24 01:00:56 -04:00
Kevin MacMartin
5f64be2ad0 Added function check to MakeNewDir to avoid complaints when reloading
settings.vim, and played with key timeout settings to see if I can fix
a strange error where the arrow keys suddenly stop working.
2014-07-24 00:51:58 -04:00
Kevin MacMartin
855bede1d7 Updating submodules 2014-07-23 23:48:10 -04:00
Kevin MacMartin
954632c7b7 Added tcommand to provide a searchable list of commands via ` 2014-07-22 22:56:22 -04:00
Kevin MacMartin
58d0fc0022 Made the definition for TERM=linux more precise 2014-07-21 20:09:41 -04:00
Kevin MacMartin
4ed2f8c60b split the guioptions up so it's clear what each does 2014-07-21 03:29:27 -04:00