9 Commits

Author SHA1 Message Date
8d31077048 Light mode support in shell, now. 2025-07-22 14:21:19 -04:00
192c8b1abd The new filetype plugin burned me. 2025-03-10 16:14:05 -04:00
cc306bb076 I should be using tabs in most files. 2023-10-12 18:28:07 -04:00
7758c2b961 Vim touchscreen scrolling support.
Use the environment variable to turn it on.
2022-04-15 15:10:18 -04:00
a7b57e8554 Improve the vim highlighting a bit. 2021-03-02 13:58:07 -05:00
d6419881ec Added raw terminal code support.
Because I *REALLY* wanted the colours to blink for some constructs,
I've added 1-colour terminal support with raw ANSI escape codes.
These codes match the colours I named, as best I could.

The 1-colour mode permits the ^[[5m or ^[[6m blinking codes to
be emitted raw.  (The `start` and `stop` sequences only are valid
in the 1-colour mode.)  Thus I've recreated all the colour state I
cared about.

I don't expect too many problems, as weird terminals are rare these
days.
2021-02-24 23:56:13 -05:00
33ef042adb Demand my shell from vim.
Not every system has me logging in as a TCSH user.  Specifically,
qubes guests seem to have trouble with non bourne shells as the
login shell.  For those I use the "start command" feature of
the terminal, but I need to trick VIM into making the shell
be TCSH.
2021-02-24 23:28:18 -05:00
5e49cbb18b Fixed the longstanding xterm problem.
For ages I've had problems with 256-color xterm and vim.  I never
used a proper colorscheme, but just modified the default I was
"magically" given.  This changes all of that to make us now have
a proper color scheme -- the "adam" scheme.

Colors now work independent of console color depth, I think.
There are remaining quirks, but I'll have to add the requirements
as proper color mappings to my color scheme file.
2016-11-30 18:50:46 -05:00
64f9edf488 Initial import of the vim bits from classic. 2014-01-26 15:31:58 -05:00