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
Kevin MacMartin
f49b3734a7
Updated submodules
2014-05-15 00:38:03 -04:00
Kevin
f6a328c45d
Set the instructions in keyboard.vim to the correct mapping for emmet
2014-05-06 02:26:59 -04:00
Kevin
5086483c0b
Tweaked the update script to properly handle changing git submodule
...
source URLs and removed "successfully" from the line saying the update
script completed since it never actually tests to see if it was
successful.
2014-05-05 11:02:40 -04:00
Kevin
46eac5876e
Updated to my fork of vim-signify until my bugfix pull request gets
...
accepted
2014-05-05 10:57:36 -04:00
Kevin
d49683cbc9
The update script is now describes what it's doing each step of the way,
...
it will update git-based plugins in vim/bundle.user, and fixed the value
for the tagbar variable in the generated vim/vimrc.user to have it match
the default.
2014-05-05 08:57:38 -04:00
Kevin
6a3d4672a3
Added a listing for the goyo plugin to the README
2014-05-05 04:39:01 -04:00
Kevin
9b3ec982a4
Goyo is configured to toggle with <Leader><Space>, and to set its width
...
using either the filetype's textwidth value, or if none is set either 78
columns or the widest line if any are longer than that.
2014-05-05 04:26:11 -04:00
Kevin
366bdb715c
Added the goyo plugin, which hides everything that isn't your document
...
for more distraction-free development
2014-05-05 03:02:19 -04:00
Kevin
6e7861dc87
Updated submodules and fixed the instructions for keyboard.vim
2014-05-04 19:44:49 -04:00
Kevin
9be21a8fef
I realized the backspace in normal mode's behaviour wasn't consistant,
...
so I've removed it until I get a chance to figure out how to do it
properly
2014-04-30 16:57:18 -04:00
Kevin
bf251c81a2
Ctrl-F7 no longer tries to restore the visual selection as it doesn't
...
make sense to try when the focus is stolen like it is with this toggle
2014-04-30 10:21:57 -04:00
Kevin
767dfa48f8
Pushing updates to syntastic and unit plugins
2014-04-30 10:20:58 -04:00
Kevin
a60fc3fe85
Tweaked ctrl-v to use P so it pastes back the same as it copied
2014-04-30 10:19:33 -04:00
Kevin
7999fec61d
Added ctrl-x ctrl-c and ctrl-v shortcuts for cut, copy and paste.
...
Cleaned up the mappings readme section at the top. Toggles no longer
undo selection in visual mode unless they steal focus (which some of the
sidebars do)
2014-04-30 10:15:07 -04:00
Kevin
a43cf413c3
Changed "line changed" colors for version control so as to not be
...
confused with line numbers
2014-04-28 04:40:41 -04:00
Kevin
d31d15d5f9
updated submodules, and breeze no longer works with aspx files as some
...
seem to cause errors with it
2014-04-28 03:06:00 -04:00
Kevin
f5ff6249dc
updated submodules
2014-04-26 22:52:46 -04:00
Kevin
4749a69c23
Updated submodules to their latest revisions
2014-04-25 05:06:01 -04:00
Kevin
4ebc812d5e
Added full support for the rust language
2014-04-22 03:26:07 -04:00
Kevin
29400117d1
Updated the theme to reflect the systemd syntax
2014-04-21 17:36:50 -04:00
Kevin
206ad53d06
Trimmed duplicate information and redundant steps from the README
2014-04-21 08:40:36 -04:00
Kevin
eb9718cb6f
Cleaned up the README a bit and added the autoswap plugin to better
...
handle opening vim when a swapfile exists.
2014-04-21 08:17:31 -04:00
Kevin
157e1e63af
replaced the locally maintained c-syntax-extensions with the github
...
mirror and updated the README to reflect both this change and the
updated systemd link
2014-04-21 03:31:50 -04:00
Kevin
fea422c5ea
Added the much better systemd-vim-syntax submodule
2014-04-21 03:25:58 -04:00
Kevin
80f603884a
removed the systemd-syntax files themselves
2014-04-21 03:23:36 -04:00
Kevin
ad0321cf3c
removed vim-systemd-syntax in favour of a better module that I'll be
...
adding next
2014-04-21 03:22:50 -04:00
Kevin
2fcef9c50a
updated submodules
2014-04-21 01:30:09 -04:00
Kevin
b9d82e28ce
Committing the updates for the syntastic submodule
2014-04-18 05:20:11 -04:00
Kevin
1c21ca23c9
Updated info in the README as well as adding the mappings for mouse
...
buttons and the list of plugins. Two extensions that never really got
integrated into the config have been removed, so you should readd them
to bundle.user if you use them. A lot of the keyboard config has
changed, but most of that is just formatting; the additions are the new
mouse button mappings, and the return of shift+middleclick to paste from
X, which was accidentally removed at some point before. I also switched
the default state of the syntax checker to off to avoid having people
run into issues and not already know how to enable/disable it.
2014-04-18 05:12:35 -04:00
Kevin
ec0032348d
Closing help with q or the same keys that opened it are disabled in
...
vimdiff since they'd kill the whole shebang, and the tagbar won't auto
open in vimdiff either
2014-04-17 12:35:49 -04:00
Kevin
93622b42f9
Don't enable syntax highlighting in vimdiff, and since so few terminals
...
support right clicking, the middle click now selects text between the
cursor and mouse, and to enter input mode at the cursor, hold alt while
middle clicking.
2014-04-17 12:18:26 -04:00
Kevin
82ce32da25
updated the syntastic submodule
2014-04-17 00:18:24 -04:00
Kevin
1bec8a7189
committing submodule updates
2014-04-16 00:30:52 -04:00
Kevin
dc5b1547bf
Middle-click now enters input mode, and ctrl+middle-click now pastes where
...
the cursor is. Some redundant definitions were removed, and submodules
were updated.
2014-04-14 08:08:26 -04:00
Kevin
aae6cac6cd
Grouped all the mouse stuff together in keyboard.vim and labelled the
...
mouse settings that hadn't already been labelled.
2014-04-11 11:45:29 -04:00
Kevin
5c71fa3587
clicking while holding the alt key will now select the current paragraph
2014-04-11 11:29:26 -04:00
Kevin
cfcb854804
Added a new style override for DOS ini files
2014-04-11 01:28:15 -04:00
Kevin
bd3bbb83c0
updating submodules
2014-04-10 22:06:03 -04:00
Kevin
84c00a69ec
Set *.muttrc to the muttrc filetype for proper syntax highlighting on
...
files that match this.
2014-04-09 19:13:29 -04:00
Kevin
e79a054f7d
Removed Shift-Left and Shift-Right because they were moving an arbitrary
...
amount of spaces when the default is to move forward/backwards by one
word
2014-04-09 18:12:41 -04:00
Kevin
bc43e715a7
holding ctrl in normal or input modes and clicking will now put you in
...
visual mode with the clicked line selected
2014-04-09 17:02:49 -04:00
Kevin
93a6d30f88
I guess the center tags I was using don't work?
2014-04-09 15:40:23 -04:00