Brennen Bearnes
6722cedd3d
vim: disable vim-go plugin
6 months ago
Brennen Bearnes
f8329a4557
vimrc: remove ttymouse=xterm2
This might no longer be needed at all; unclear.
6 months ago
Brennen Bearnes
5d28acf7ed
vimwiki: add ssh link handling
8 months ago
Brennen Bearnes
7a00cb27cb
vim: expand on listchars
Uses middot for tab extents, and an extends/precedes for stuff that goes
off the screen.
10 months ago
Brennen Bearnes
a62959c7d9
vimwiki: turn off folding
11 months ago
Brennen Bearnes
daf0246d7b
vim: fzf tag finder comment
1 year ago
Brennen Bearnes
4a5a32a621
vim: example vimwiki comment marker config
I don't think this works the way you'd want.
1 year ago
Brennen Bearnes
cc9f49b068
vim: TwoWide() (via maya)
1 year ago
Brennen Bearnes
0037524fa3
vim: F6 pulls up FZF history window intead of MRU
1 year ago
Brennen Bearnes
e5d0302a1e
vim: ttymouse=xterm2
1 year ago
Brennen Bearnes
ea6181e88c
vimwiki: add example option for turning off folding
This is useful for performance reasons at times. Folding code is super
slow.
1 year ago
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