1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-12 07:53:22 -07:00
Commit Graph

102 Commits

Author SHA1 Message Date
Connor Olding 372408b530 disable fo-j in vim
this was deleting random characters when using any syntax more esoteric than C.
2022-06-18 10:58:48 +02:00
Connor Olding dae356d559 enable modelines in vim 2022-06-18 07:30:32 +02:00
Connor Olding 07d572f85b use C syntax for shader files (for now) 2022-05-28 03:14:07 +02:00
Connor Olding 9116e418cf make F8 reload the current file instead of whatever 2022-03-05 17:39:11 -08:00
Connor Olding 1bf2b18fc7 don't restore cursor (use farmergreg/vim-lastplace instead) 2022-01-08 21:13:55 -08:00
Connor Olding 6ff5afb9dc kuroko stuff for vim 2022-01-08 21:13:21 -08:00
Connor Olding ba907e97fa improve shebang detection with regex 2021-10-31 07:34:21 +01:00
Connor Olding a7a62695f9 add a Colour command to load GUI colorschemes nicely 2021-10-29 15:07:29 +02:00
Connor Olding c773c244fc experiment with some vim settings 2021-10-21 16:49:01 +02:00
Connor Olding 360c2d4992 kill vim9 comments with an after/ instead of an autogroup
it's more reliable.
2021-10-19 15:15:25 +02:00
Connor Olding fade7c76ea more superficial changes 2021-10-19 11:56:42 +02:00
Connor Olding 48023d9b7b remove comment characters from joined comment lines 2021-10-19 09:11:31 +02:00
Connor Olding 3fc9ed4355 detect shebangs for stdin as well 2021-10-19 09:11:13 +02:00
Connor Olding d13858e420 some superficial changes 2021-10-19 09:10:51 +02:00
Connor Olding 62611cb854 update vim wildignores 2021-10-19 09:10:11 +02:00
Connor Olding 49f3e1c634 update a comment 2021-10-18 21:46:25 -07:00
Connor Olding 2569499233 add python highlighting from polyglot, pre-configured 2021-10-18 21:42:06 -07:00
Connor Olding e2521466aa fix this nonsense 2021-10-18 21:34:46 -07:00
Connor Olding 447695ba19 add some notes to self 2021-10-14 14:10:18 -07:00
Connor Olding c0586e4442 rename an autocmd group 2021-10-09 09:07:40 -07:00
Connor Olding ba43bc0bf5 add and redo some vim binds 2021-10-07 12:30:41 -07:00
Connor Olding 831fd91862 add autocmds for oldschool forth "screen" files 2021-10-07 12:30:00 -07:00
Connor Olding 44af28ca58 add custom hashbang-handling autocmd for my own sanity 2021-10-07 12:29:19 -07:00
Connor Olding efd4ab0f0c lift some handy vim functions 2021-10-07 12:28:40 -07:00
Connor Olding 26c2863dde move tmux stuff further up 2021-10-07 12:28:06 -07:00
Connor Olding 78404d2614 remember more commands and use tabs for .gitconfig 2021-09-25 04:19:56 -07:00
Connor Olding 752dc2a605 attempt to deal with netrw's absurdity, also add more binds 2021-08-02 13:43:52 -07:00
Connor Olding c295d2b495 allow invocation of shell functions from vim 2021-08-01 11:31:05 -07:00
Connor Olding 4adbbb0e27 a bunch of minor stuff before i start refactoring 2021-07-22 00:30:05 +02:00
Connor Olding 431cb9a10d shorten "execute" to "exec" 2021-06-20 05:25:41 +02:00
Connor Olding ba45865aa0 don't scan every file with vim's autocomplete
i never use this anyway, so this saves me time
whenever i accidentally activate it.
2020-11-05 17:11:50 +01:00
Connor Olding d07adaf621 fix ctrl+arrows in tmux+vim 2019-07-29 02:54:22 -07:00
Connor Olding 7df579c722 add "bad" 4-space tab mode 2019-06-30 16:42:13 -07:00
Connor Olding b40332faa8 subtitute control character with escape code 2019-06-08 09:52:31 -07:00
Connor Olding 2ebcfd030e don't double-space it 2019-06-07 01:47:44 -07:00
Connor Olding 479c57fdd7 remove old, rarely used vim stuff 2019-06-06 01:19:35 -07:00
Connor Olding ca1265508d make CMake ignores more specific 2019-06-05 21:50:02 -07:00
Connor Olding 5d81bc00a1 alias :W to :w in vim
this was a long time coming
2019-06-05 19:09:25 -07:00
Connor Olding 8c4f76a583 handle Home and End keys 2019-06-05 19:09:14 -07:00
Connor Olding 1e840bf1be add tmux hacks 2019-06-05 16:08:55 -07:00
Connor Olding d00f7c727e temporarily disable this color hack 2019-06-05 13:07:43 -07:00
Connor Olding 3f549cfca4 use two spaces for yices files 2019-05-26 20:54:52 +02:00
Connor Olding c166c0eba5 remove spaces around = 2018-04-12 22:12:19 +02:00
Connor Olding d0c9aeba75 more stuff 2018-04-12 00:46:09 +02:00
Connor Olding b347b984ae add explore bind for current file's directory 2018-03-21 12:18:17 +01:00
Connor Olding 87c8e9190e trying stuff 2018-03-21 12:04:43 +01:00
Connor Olding de995c7485 ignore serialized python files 2017-10-31 08:08:21 +00:00
Connor Olding 15aa4a4d2c ignore image files in vim autocomplete 2017-10-13 12:26:22 +00:00
Connor Olding c6e8999fdb the further crankening 2017-08-05 03:42:31 +00:00
Connor Olding 09535b3ede add js/processing stuff 2017-05-26 02:24:48 +00:00