57 Commits

Author SHA1 Message Date
2ea0505ce8 Show cursor line with different highlight group 2018-08-22 13:46:47 +01:00
02ab67de44 Add TODO's for :LStripLines 2018-08-10 10:00:16 +01:00
3eae3bf2d9 Actually enable relative number when available 2018-04-26 12:48:51 +01:00
9d542ac054 Don't match non conflict markers 2018-04-13 23:23:31 +01:00
3038bfef4c Add conflict marker highlights as TODO's
For all filetype's highlight conflict markers with the Todo highlight
group and leave trailing text as before. This makes conflict markers
very obvious, in C/C++ where I have operator highlighting conflict
markers are not longer highlighted as operators.
2018-03-29 21:22:26 +01:00
2a4714a313 Remove relativenumber autocmds
These kept disabling relativenumber when editing which was annoying.
2018-03-29 21:21:36 +01:00
ea28e7408d Remove vim-sensible
vim-sensible includes and old matchit.vim which interfears with
vim-matchup and sets some defaults which are then overridden in
plugins/settings.vim. Remove vim-sensible and document the retained
settings.
2018-01-16 15:57:08 +00:00
53be06f623 Support changing cursor shape for iTerm2 in tmux 2018-01-02 16:23:18 +00:00
f46b2cabdb Fix vim cursor shape after tmux terminal-overrides 2017-12-06 11:28:15 +00:00
c161aa7f0a Use tmux terminal-override for cursor shape on VTE 2017-12-06 11:08:01 +00:00
20926446c7 Move relevant settings closer together 2017-12-05 21:29:48 +00:00
7a02637054 Enable cursor shape changes by default 2017-12-01 11:17:03 +00:00
4845f1e870 Move mouse setting 2017-11-23 22:27:56 +00:00
70e96347dc Extend enabled listchars, enable showbreak 2017-11-23 22:27:08 +00:00
6997841685 Guard relativenumber setting 2017-11-23 21:42:11 +00:00
7442e8df42 Remove cruft and add TODO's 2017-11-20 22:40:18 +00:00
fb0ec34497 Move rarely used functions to autoload 2017-11-20 22:35:27 +00:00
39f08c9193 Enable visual highlight of trail spaces and tabs 2017-11-20 21:28:44 +00:00
48d091be60 Remove autocmd to right string white space 2017-11-20 21:17:30 +00:00
6878448cdd Add :ISort vim command 2017-09-20 12:00:00 -05:00
333e7ab327 Add .env/.out filetype autocmds 2017-09-18 18:38:40 -05:00
bff4317578 Add GitGutter next/prev hunk mappings 2017-08-09 12:13:45 +01:00
57db441ee9 Add mapping for :Ag <cword> 2017-07-21 13:24:25 +01:00
3eb27e3442 Fix vint warning and errors in functions.vim 2017-05-04 00:20:12 +01:00
cd3c2ea6e0 Update mappings to {i,n,v}noremap 2017-05-03 23:52:33 +01:00
2b4f19e32d Use existing windows/tabs when jumping to errors 2017-05-03 23:38:11 +01:00
f781a2a593 Check features are available before using them 2017-05-03 23:23:24 +01:00
02ce5cd15c Use setlocal in TabWidth command 2017-04-12 17:02:10 +01:00
f3a562c6f2 Add preview window mappings 2017-03-27 12:41:39 +01:00
533ef37de8 Simplify xterm256-color detection 2017-02-03 14:38:41 +00:00
4d2934ba6f Add missing <CR> from :lfirst mapping 2017-02-02 16:33:23 +00:00
816a10cff0 Change relativenumber behaviour 2017-01-28 05:37:27 +00:00
ad84a6c9b4 Update vim TERM checks 2017-01-11 20:27:30 +00:00
71834ff0a7 Increase syntax syn minlines to 500 2017-01-11 20:23:07 +00:00
b33423c67f Only flip relativenumber for cpp files 2017-01-11 20:17:26 +00:00
528aa61a58 Enable Doxygen mapping only for c, cpp filetypes 2016-12-26 12:10:13 +00:00
18f2ccc1d5 Add :Syntack command to view syntax group stack 2016-12-24 13:20:22 +00:00
4236865f33 Add function to clone highlight groups with attrs 2016-12-24 13:19:32 +00:00
84b0dd68a1 Change name of checkbox toggle functionality 2016-12-24 13:18:52 +00:00
69d311b83e Simplify fold text 2016-12-24 13:16:51 +00:00
eab001b757 Remap <C-L> to <C-W>L to get redraw back 2016-12-24 13:11:30 +00:00
138ef44183 Change show highlight mapping to use <leader> 2016-12-23 15:52:12 +00:00
a45718be6f Add todo's to investigate interesting vim settings 2016-10-25 08:43:16 +09:00
a625c175bf Add macro mode helpers
* Easily {un}map <CR> to @@
* Add macro_mode#{en,dis}able autoload functions
* Add MacroMode{En,Dis}able commands
2016-09-20 21:56:32 +01:00
59246cc5fe Use <Space> in mappings instead of exec 2016-09-20 20:10:26 +01:00
15651fbc6e Add comprehensive mappings for QuickFix and Location lists 2016-09-20 20:10:26 +01:00
8ee91967b7 Move mapping into mappings.vim 2016-09-20 20:10:26 +01:00
c69765353f Don't show mode in command line 2016-09-11 16:57:41 +01:00
6dcaaa02a8 Swap <C-f>c from :Commits to :Colors 2016-09-11 14:42:29 +01:00
352483075b Use K for YouCompleteMe GetDoc in C/C++ files 2016-09-11 14:42:01 +01:00