Brennen Bearnes
40cc7f5b1e
vimwiki: vimrc: ,td to link to diary pages
1 year ago
Brennen Bearnes
ae0a40b061
vimwiki: tweak datestamp and log entry shortcuts
1 year ago
Brennen Bearnes
6a710c6173
vim: airline: integrate with ale
2 years ago
Brennen Bearnes
ead387f1c9
vim: revert colorscheme to iceberg
2 years ago
Brennen Bearnes
d24cdd10f1
current state of vimrc
2 years ago
Brennen Bearnes
4e5fc1b14e
vimwiki: misc debugging config
2 years ago
Brennen Bearnes
fc82196976
vimwiki: disable table mappings
2 years ago
Brennen Bearnes
70aa5d538c
vimwiki: notes summary feature
2 years ago
Brennen Bearnes
fdf786446b
vim: use ale instead of syntastic
Async here is great.
2 years ago
Brennen Bearnes
9932c6f6fc
vimwiki: ,J instead of ,j for jumping
2 years ago
Brennen Bearnes
6d4c036371
vimwiki jumps: open default wiki first if not on a wiki
2 years ago
Brennen Bearnes
7cdab06b58
vimwiki: add an fzf page / tag jumping binding to ,j
This is modeled on ,. for inserting a link.
2 years ago
Brennen Bearnes
78c126be9b
bin/notes-links: display links within notes in various formats
Uses metadata.db to find links targetting a particular page / tag, and
output in one of tsv, vimwiki list, vim location list, or fulltext.
Can be restricted to links from pages with dates, which makes it usable
for pulling logs.
Fully replaces the former:
- notes-links-for, of which it's a superset
- notes-logs-by-link
- notes-logs-for which was used for fulltext of a log, and wrapped
notes-links-for
This commit pulls into vim config as well.
2 years ago
Brennen Bearnes
3e43597fb6
vim: correct editorconfig & vim-gitgutter paths
3 years ago
Brennen Bearnes
95034eb343
vim: tidy plugins a bit, add some commentary
2 years ago
Brennen Bearnes
8cd45ad5d4
vim: use a location list for logs by default
2 years ago
Brennen Bearnes
36657b2647
notes-p1k3-index & notes-tag-index
3 years ago
Brennen Bearnes
8b3c8f278c
vimwiki logs: <Leader>l for writing a new one, etc.
Swaps the lesser used commands here out to the longer key sequences. It
turns out I write these more often than I look them up for a given tag.
3 years ago
Brennen Bearnes
04cf4efc72
vimwiki: don't obscure URLs
3 years ago
Brennen Bearnes
0bb6e2289d
vimwiki: document a couple of defaults
3 years ago
Brennen Bearnes
35d83c7807
vim: colorscheme back to iceberg
3 years ago
Brennen Bearnes
41d8839460
vim: vimwiki: highlight (gray out) checked todo items
3 years ago
Brennen Bearnes
5b4dac562d
vimwiki: valid html tags: add span
3 years ago
Brennen Bearnes
dbf01ceb8c
vim: comment out xdebug stuffs
3 years ago
Brennen Bearnes
15ff369702
vim: syntastic: disable pylint, add a section for syntax checking
I hate pylint so much.
3 years ago
Brennen Bearnes
db144ca67d
vim: startify: add some bookmarks, override default quote set
3 years ago
Brennen Bearnes
36f3b82932
vim: stuff for migrating various files to ~/workspace
4 years ago
Brennen Bearnes
19929b1acc
vim: ,. makelink offers multiselect now
To my surprise, adding --multi was the only thing I had to do here.
4 years ago
Brennen Bearnes
4560426038
vim: preview fragments, split window for fzf stuff
Puts tag finding atop screen, fragment menu at bottom.
Adds a preview invocation for fragments.
4 years ago
Brennen Bearnes
7377bee133
vimwiki: preview tags in fzf finder using notes-tag-summary
4 years ago
Brennen Bearnes
9544c6dd2f
vimrc: startify: don't change to dir, but do change to vcs root
4 years ago
Brennen Bearnes
ea27567c29
vimwiki: open file: links in vim itself
This could probably be improved on. Maybe with a handler that checks if,
say, Perl thinks it's text and otherwise kicks off to xdg stuff.
4 years ago
Brennen Bearnes
0e67e3de4d
vim: remove extraneous syntax check, tweak fragment sink
4 years ago
Brennen Bearnes
a3bcd7f0ed
vimwiki: open file: links in vim itself
4 years ago
Brennen Bearnes
5c208729d1
vimwiki logs: use hashed paths in _logscratch/
4 years ago
Brennen Bearnes
a5cc378534
vim: add Vdebug, config
Using this for testing Xdebug. Probably not a permanent addition.
4 years ago
Brennen Bearnes
40dae3f084
vim: Use all tags with VimwikiMakeLink
Including both stuff from pinboard and vimwiki.
4 years ago
Brennen Bearnes
0b21c6c65b
vim: map ,w/ to GGrep
This is more useful by quite a bit than the builtin vimwiki search.
4 years ago
Brennen Bearnes
6f2c589b14
vim: fzf: add GGrep command
Adds a nice interface to `git grep` with a preview window for matching
files.
4 years ago
Brennen Bearnes
111edd5fc7
vim, notes: shellescape paths when finding logs / links
This was leading to a slighly cryptic error from zsh about unmatched single
quotes before I remembered that vim is actually invoking my current shell
to run these commands.
Came up when processing the page for Meghan O'Gieblyn.
4 years ago
Brennen Bearnes
237365f47c
.vimrc: `%% nowrap` for vimwiki pages
I tried something like this once before and it didn't work, but for
whatever reason it does now.
4 years ago
Brennen Bearnes
6db24bfc10
vimrc: source links from vimwiki-index; dict from tag index
VimwikiMakeLink() now draws from the list of existing vimwiki pages.
Ctrl-n / Ctrl-p draw from the list of all tags, which includes Pinboard
tags.
Arguably maybe these should use the same source.
4 years ago
Brennen Bearnes
f35e199e37
vim: add goyo.vim (distraction-free mode)
This seems cool for focusing on prose / poetry / etc.
4 years ago
Brennen Bearnes
4f83676267
vim / notes-links-for: use location window for links
This involves changing grepprg, running, and then changing it back.
Not entirely optimal, but the location window has some good features.
Changes notes-links-for output to match (ish) grep format.
4 years ago
Brennen Bearnes
3258d34f5c
vimrc: add ,v shorthand for visual select of inner Word
4 years ago
Brennen Bearnes
77903b70d5
vimrc: increase timeoutlen
So as to have longer to type longer mappings.
Unclear whether this is causing a perceptible lag in running filters, but
maybe.
4 years ago
Brennen Bearnes
bbe746176f
vimrc: correct vundle repo path in instructions
4 years ago
Brennen Bearnes
3fc489005a
vimrc: correct syntastic repo path
4 years ago
Brennen Bearnes
b4fb1bc9a7
vimrc: update F7 for new path
4 years ago
Brennen Bearnes
0d5dcbb0fe
home/.vimrc -> home/.vim/vimrc
4 years ago