Using `moveTo Prev HiddenWS` and `moveTo Next HiddenWS` instead of `prevWS`
/ `nextWS` gets rid of a behavior where cycling workspaces with the arrow
keys will cause workspaces to swap between screens, which has always been
slightly confusing. If a workspace is already displaying, I'm probably
not looking for it.
It turns out that you can use `:0r !foo` to avoid the blank line I was
deleting in BPB_DiaryFragement() and BPB_DatestampHTML().
Also remove a commented-out YouCompleteMe install.
- switch to iceberg color scheme
- switch airline theme to luna for console vim
- add dockerfile, go, and yaml syntax highlight to vimwiki code blocks
- populate completion from dictionary, set dictionary to
/usr/share/dict/words and (experimentally) an index of vimwiki files
- only generate p1k3 templates on lower-case file matches
The `--no-sort` option to fzf effectively gives more recent matches first,
which turns out to be what I want in almost every case.
You can now do `h foo` and foo will be populated as the query, which feels
a bit more natural at times.
The answer by Gilles was the hint I needed here:
"Leaving the default value of xterm and setting the termName resource to
xterm-256color (which causes the environment variable TERM to be set to
the same value) are thus both sensible choices. Setting TERM to arbitrary
values wouldn't work, but both xterm and xterm-256color make sense."
https://unix.stackexchange.com/questions/108410/is-it-correct-to-set-the-term-variable-manually
- add zsh syntax highlighting plugin
- add more color options to prompt configuration
- tweak inertia prompt colors
- refresh prompt periodically (this may need some thought)
- add Alt-Up, Alt-Back for dir navigation
- automatically rehash to pick up new commands for completion
addscript: add a new script in ~/bin.
f-to-c: convert degrees Fahrenheit to degrees C. A wrapper around
units(1), because I'm always forgetting the syntax for this.
put-mv-notes: move the currently yanked file to ~/notes.
Use fzf to select files from changed files (including untracked) in a
working tree. Thanks to @tomasino@mastodon.sdf.org for the git subcommand
idea here - these are scripts rather than aliases, but the interface
is pretty well the same:
https://mastodon.social/@brennen/101440377610036479