Kevin MacMartin
|
ec07f61985
|
Remove the mapping for t so we can use the originally intended logic there
|
2022-04-15 18:33:53 -04:00 |
|
Kevin MacMartin
|
c8e845b3c7
|
Fix up the keybindings for the location list, remove a bunch of unnecessary/unused bindings, remove vim-extradite (which no longer seems to be maintained and isn't compatible with the latest fugitive) and attempt to recreate it to an extent using vim-fugitive directly
|
2022-04-15 01:04:33 -04:00 |
|
Kevin MacMartin
|
cb916d5fac
|
Don't remap ctrl-u and ctrl-w in insert mode (I'd never hit that anyway)
|
2022-04-14 23:50:07 -04:00 |
|
Kevin MacMartin
|
2f8b8a8645
|
Remove the binding for T and use Y instead (and rely on yy to do what Y was doing)
|
2022-04-14 00:56:07 -04:00 |
|
Kevin MacMartin
|
ad7c92dcc9
|
Remove goyo (I wasn't really using it)
|
2022-04-14 00:47:28 -04:00 |
|
Kevin MacMartin
|
272467b1ce
|
Set Y to vY in normal mode so Y can copy lines in neovim
|
2022-04-13 16:49:49 -04:00 |
|
Kevin MacMartin
|
2b0263abde
|
Get alt and ctrl horizontal scrollwheel bindings working in neovim (until their next release fixes the issue breaking it)
|
2022-04-13 14:22:16 -04:00 |
|
Kevin MacMartin
|
52e363521f
|
Bind ' to run macros
|
2021-09-17 15:24:17 -04:00 |
|
Kevin MacMartin
|
9206443d41
|
Clean up some documentation in keyboard.vim
|
2021-02-02 00:13:35 -05:00 |
|
Kevin MacMartin
|
16d4d9a2de
|
Improve the ?? shortcut for spell checking and check spelling in vue
|
2020-12-18 12:02:33 -05:00 |
|
Kevin MacMartin
|
b830622667
|
Remove cosco as I never actually used it, and fix the link to the darkcloud polyglot fork
|
2020-11-19 16:17:31 -05:00 |
|
Kevin MacMartin
|
fe450f0c48
|
Increase the async update rate and fix gutter toggling
|
2020-07-13 17:19:23 -04:00 |
|
Kevin MacMartin
|
6ba3ace330
|
Remove gundo (which no longer works)
|
2020-01-30 00:14:57 -05:00 |
|
Kevin MacMartin
|
7cb00613b2
|
Disable shift+k opening the help, which only really works for a couple languages and is mostly something I hit by mistake
|
2019-12-02 11:54:38 -05:00 |
|
Kevin MacMartin
|
b2cda4fe26
|
Set tabs to two spaces in text files, and fix markdown-specific settings (it was using the wrong filetype)
|
2019-02-25 20:23:10 -05:00 |
|
Kevin MacMartin
|
34835caf48
|
Normalize comment style a bit
|
2018-03-14 11:38:51 -04:00 |
|
Kevin MacMartin
|
8861aa289f
|
Open the ale error list by hitting leader twice instead of on error, and always show the gutter when ale is enabled to avoid having the window jump around as errors appear and disappear
|
2018-03-13 22:50:50 -04:00 |
|
Kevin MacMartin
|
5343c44763
|
Replace neocomplete with deoplete
|
2018-03-13 15:38:03 -04:00 |
|
Kevin MacMartin
|
ae8ba0a227
|
Replace syntastic with ale
|
2018-03-13 11:32:04 -04:00 |
|
Kevin MacMartin
|
032ad3197a
|
Split the plugins config separate files for each plugin
|
2018-03-11 19:21:58 -04:00 |
|
Kevin MacMartin
|
384549b348
|
Add cosco.vim to add semicolons or commas to the end of the line based on the lines around it, and hook it up to ;; as a shortcut
|
2017-11-22 14:42:33 -05:00 |
|
Kevin MacMartin
|
6d70d699fa
|
Don't delete with backspace in visual mode
|
2017-10-24 21:25:51 -04:00 |
|
Kevin MacMartin
|
80b5a0ded4
|
Map the t character to select to the end of the word
|
2017-10-06 13:57:15 -04:00 |
|
Kevin MacMartin
|
705713597d
|
Don't add neocomplete.vim to pathogen_disabled twice if neovim is being used as well as having lua support disabled, and don't include neocomplete keyboard settings if it's disabled because of missing lua support
|
2017-02-12 19:08:28 -05:00 |
|
Kevin MacMartin
|
2f05ebbf8a
|
FIx comments in keyboard.vim
|
2016-05-09 14:19:10 -04:00 |
|
Kevin MacMartin
|
820bb5004a
|
Don't enable neocomplete keyboard bindings if neovim is being used
|
2016-03-24 17:04:41 -04:00 |
|
Kevin MacMartin
|
8e28017953
|
Revert Ctrl+Arrow keys functionality and use Alt+Arrow keys to scroll the page, then use Shift+Ctrl+Arrow keys to move a line or block
|
2016-03-24 16:24:21 -04:00 |
|
Kevin MacMartin
|
1c0a594290
|
Use ctrl + the arrow keys to scroll up/down/left/right without moving the cursor
|
2016-03-24 16:07:11 -04:00 |
|
Kevin MacMartin
|
463cb0680e
|
Update neocomplcache to neocomplete, add FastFold to help with folds and improve the add/delete-submodule scripts
|
2016-03-22 12:04:00 -04:00 |
|
Kevin MacMartin
|
33089160ad
|
Remove vim-autoformat
|
2016-02-16 13:33:42 -05:00 |
|
Kevin MacMartin
|
ed305fc190
|
Change the emmet leader back to the default and use emmet on blade files
|
2015-10-25 14:52:35 -04:00 |
|
Kevin MacMartin
|
7bd818cda4
|
Unmap the Q key to disable Ex mode (does anyone actually use this?)
|
2015-09-18 16:09:44 -04:00 |
|
Kevin MacMartin
|
22d88cfeae
|
Notify whether spellcheck is getting toggled on or off when toggling
|
2015-05-07 12:37:40 -04:00 |
|
Kevin MacMartin
|
baf49c5576
|
Restore original expandtab value after modifying tabs with <Leader>t and <Leader>T
|
2015-04-06 12:36:19 -04:00 |
|
Kevin MacMartin
|
6e1862f7b1
|
Tweak sidebar keys again and remove cursor column for the tagbar
|
2015-03-10 07:27:53 -04:00 |
|
Kevin MacMartin
|
2f82c4fc84
|
Change sidebars to F9-F12 and use the same mappings for Ctrl/Alt+F-Keys
|
2015-02-27 05:46:46 -05:00 |
|
Kevin MacMartin
|
1b1d82b4a1
|
Set A-MouseWheel the same as C-MouseWheel because the latter fails after a paste
|
2015-01-31 02:11:53 -05:00 |
|
Kevin MacMartin
|
1c4ed32ad1
|
Add s and v mode mappings for scrollwheel mappings
|
2015-01-22 21:42:12 -05:00 |
|
Kevin MacMartin
|
4cb3febbf5
|
Don't open bars with <Leader>* in input or visual modes
|
2015-01-08 03:21:24 -05:00 |
|
Kevin MacMartin
|
8d64e464af
|
Use tidy for Autoformat with html then remove linebreaks not between tags
|
2015-01-05 20:53:42 -05:00 |
|
Kevin MacMartin
|
925b6fd7ef
|
Fix <Leader>J comment + disable show whitespace and textwidth in mail
|
2014-12-10 23:26:38 -05:00 |
|
Kevin MacMartin
|
646d18bd4c
|
add leader+bracket toggles for sidebars and play with placement/touchup
|
2014-12-01 08:46:34 -05:00 |
|
Kevin MacMartin
|
1f10a4bd20
|
Fix some issues with the statusline and update the colourscheme
|
2014-12-01 00:31:28 -05:00 |
|
Kevin MacMartin
|
64399b2404
|
Sync syntastic toggle actions + disable with extradite to avoid conflict
|
2014-11-18 11:23:34 -05:00 |
|
Kevin MacMartin
|
8f42e27a47
|
Update submodules
|
2014-11-14 15:46:07 -05:00 |
|
Kevin MacMartin
|
65a0cbda1c
|
Add add/remove iskeyword abbreviations and mappings
|
2014-11-06 13:17:57 -05:00 |
|
Kevin MacMartin
|
636849690b
|
add back single character copy in normal mode
|
2014-11-03 07:21:18 -05:00 |
|
Kevin MacMartin
|
d9b2d6fc98
|
Improve/fix organization+naming for splits + load help @ 33% width
|
2014-11-02 18:19:37 -05:00 |
|
Kevin MacMartin
|
9c22929c3a
|
Fix and improve split mappings + add abbrevs: vs25/vs75/sp25/sp75
|
2014-10-31 01:51:35 -04:00 |
|
Kevin MacMartin
|
fb15796c0b
|
Fix alt+dir for sidebars, add ctrl-w split shortcuts and gitv colorscheme
|
2014-10-31 01:22:22 -04:00 |
|