Commit graph

1143 commits

Author SHA1 Message Date
Kevin MacMartin
9306287af9 swapped ctrl and shift for selection and movement with the arrow keys, and
changed it so ctrl+left/right goes by word instead of a few characters
2014-06-26 07:35:39 -04:00
Kevin MacMartin
fd7f3d1937 updating submodules 2014-06-26 06:03:13 -04:00
Kevin MacMartin
a1dc6a9c3e Updating submodules 2014-06-25 03:15:47 -04:00
Kevin MacMartin
ca75532279 Played with keybindings to make them more consistent and logical and making
room to add more complete spellcheck support via the custom bindings (starting
with ?).
2014-06-25 02:47:29 -04:00
Kevin MacMartin
7e84ff8b9b updated submodules 2014-06-23 05:07:51 -04:00
Kevin MacMartin
f60e0337cc Fixed an issue with the gutter toggle in an empty document 2014-06-23 05:05:08 -04:00
Kevin MacMartin
fe535b958c updating submodules 2014-06-20 17:53:59 -04:00
Kevin MacMartin
f6a20e0219 Submodules have been updated. FKey toggles were tweaked a bit along with general improvements to keyboard mappings. Fixed some issues with the update script, including incorrect log placement as well as allowing it to fail after a timeout when vim hangs (happens when vim displays an error on startup, for example), added better and more consistant error output/logging and fixed some errors along with dozens of tweaks. 2014-06-17 08:19:40 -04:00
Kevin MacMartin
f808cd9759 Added commandline argument support to the update script that includes options
to display help and version information, as well as to disable colour output
(with both English and American spellings of colour). Some minor changes
to wording/style were also made in the title blocks and README.
2014-06-17 01:49:46 -04:00
Kevin MacMartin
0d0ffb51ca Moving vim-signify back upstream now that my fix has been pulled, and
I completely revamped the update script to better handle changing submodules
around, to look way better at the same time as more clearly outlining what's
going on (and whether anything's going wrong), and to have logging capabilities
to help see why things fail when they do.
2014-06-16 05:37:52 -04:00
Kevin MacMartin
7c6ff700aa Removing that left click in visual mode modification as it turned out to
occasionally get in the way
2014-06-16 04:23:09 -04:00
Kevin MacMartin
2d93dab391 Added documentation for the previous commit to keyboard.vim and the README 2014-06-16 01:55:15 -04:00
Kevin MacMartin
55e6c56055 Fixed highligh/select in input mode + now selecting a location in visual mode
with the left mouse button will expand the selection to that point
2014-06-16 01:52:53 -04:00
Kevin MacMartin
f37177f380 Removed the blowfish setting because the feature is apparently broken 2014-06-14 05:20:30 -04:00
Kevin MacMartin
129c89e9bc Updated submodules 2014-06-14 04:50:34 -04:00
Kevin MacMartin
53e9a354b3 A few more README tweaks 2014-06-13 01:14:33 -04:00
Kevin MacMartin
64e1b39b46 Fixed the README up a bit more, separated gvim toggles 2014-06-13 01:11:23 -04:00
Kevin MacMartin
d18942c8ef this fixes the final (I think) literal that managed to sneak through 2014-06-13 01:05:09 -04:00
Kevin MacMartin
a65ef69435 annnd-- there were more literals that needed escaping 2014-06-13 01:01:44 -04:00
Kevin MacMartin
c63118680b Escaped a literal character in the README markdown 2014-06-13 00:59:54 -04:00
Kevin MacMartin
64f2b29932 Reorganized and improved and added to the mappings, and updated the README with
a few more.
2014-06-13 00:58:13 -04:00
Kevin MacMartin
9302d87b0d Updated submodules 2014-06-12 19:19:31 -04:00
Kevin MacMartin
081083b767 Improved modifier key + mouse selection logic and changed ctrl+leftclick to
select between cursor and mouse.
2014-06-12 19:18:16 -04:00
Kevin MacMartin
7051380a29 updating submodules 2014-06-10 23:49:49 -04:00
Kevin MacMartin
de6e40f5ff Updated submodules 2014-06-09 17:17:40 -04:00
Kevin MacMartin
b083ac0e91 <Leader><Ctrl-l> now formats the doc/selection to a width of 79 chars,
autoformat is now <leader><leader><c-f>, > and < are no longer bound to
tab/untab (they were interfering with >> and << for diff), and the mapping to
create a new tab with vim filer is now <A-c> (create) as Alt-f is the default
search results clear command
2014-06-09 17:15:05 -04:00
Kevin MacMartin
2c8b3069e5 Updated submodules, fixed a conflict with diff and markdown and
configured gradle files to use the built-in groovy syntax.
2014-06-09 02:15:35 -04:00
Kevin MacMartin
81fbfcb1a1 updated submodules 2014-06-06 17:37:53 -04:00
Kevin MacMartin
ae114c3ca2 Tweaked to allow vimrc.user to override after.vim 2014-06-04 03:25:16 -04:00
Kevin MacMartin
716f2259af Disabled linebreaks globally by default and added a variable to
get them back. Added the linebreak variable and another one I'd
missed before to the vimrc.user creation in the update script.
Added a second general settings file called "after.vim" for settings
that need to be loaded after everything else. Updated maintainer
tag to my real name.
2014-06-04 03:18:29 -04:00
Kevin MacMartin
abcdc6e870 Removed adding/changing tabs while not in normal mode, and changed the
unintuitive key combos to Alt-[t,n,p,d,f]
2014-06-03 22:07:16 -04:00
Kevin MacMartin
12f325d11e Changed around some hardcoded filetypes 2014-06-03 09:13:51 -04:00
Kevin MacMartin
9e282a69cf Fixed update script to delete removed plugins with names contained by
current plugins
2014-06-02 05:19:41 -04:00
Kevin MacMartin
b00971a465 Disabled hiding quotes in json 2014-06-02 05:02:21 -04:00
Kevin MacMartin
6062eb6d8f Configured json colours, syntax plugin settings and definitions to match
the new plugin included in the darkcloud polyglot fork
2014-06-02 04:54:21 -04:00
Kevin MacMartin
e9190b5639 Forked vim-polyglot, replaced a few plugins with some better ones and
pulled in all the syntax plugins from darkcloud-vimconfig that vim-polyglot
didn't cover, which have been removed as submodules from darkcloud-vimconfig.
2014-06-02 04:34:08 -04:00
Kevin MacMartin
a346715e76 Improve the user bundle dir readme + add archversion config comment
style to tcomment.
2014-06-01 08:07:16 -04:00
Kevin MacMartin
e25a43e155 Updating submdules 2014-05-31 05:04:01 -04:00
Kevin MacMartin
be93356ea8 Another update to the README credits 2014-05-29 11:11:58 -04:00
Kevin MacMartin
1cac4e61dd Updated README credits 2014-05-29 11:10:44 -04:00
Kevin MacMartin
7f23ace6cd Added the autoformat module, an associated keybinding and an entry
and list of new (optional) requirements it adds in the README, as
well as making some general improvements to the README.
2014-05-29 11:02:23 -04:00
Kevin MacMartin
42ab2b62bd Updated vimfiler so the sidebar can navigate up and use correct colours
again.
2014-05-29 09:12:30 -04:00
Kevin MacMartin
91c8f89bd2 Updating submodules 2014-05-29 07:37:29 -04:00
Kevin MacMartin
2ce6a40d5b Updating submodules 2014-05-27 17:56:39 -04:00
Kevin MacMartin
8cbdadc2f4 Updated vimfiler submodule 2014-05-25 02:33:26 -04:00
Kevin MacMartin
fb36d90903 Updated submodules 2014-05-24 07:28:06 -04:00
Kevin MacMartin
404b637fc4 Updated submodules 2014-05-22 17:57:53 -04:00
Kevin MacMartin
af449f9982 Updated submodules 2014-05-21 16:53:09 -04:00
Kevin MacMartin
b15897c8ea Updated submodules 2014-05-19 05:44:31 -04:00
Kevin MacMartin
623d136450 Updated unite submodule 2014-05-16 01:23:18 -04:00