Brennen Bearnes
463f17f5b6
shell config: tidy comments, order; add "[bash]" to bash prompt
Sometimes it's good to be reminded what shell you're in.
8 years ago
Brennen Bearnes
cccaac431b
vim: split colorscheme between terminal and gvim, airline to dust
8 years ago
Brennen Bearnes
0495e3e8df
vim: better BPB_TodayDir()
8 years ago
Brennen Bearnes
a4cc6f7787
shell config: more consistent use of ~/.histfile; update path
8 years ago
Brennen Bearnes
5c8594a5d2
vim-filter-exec*: just call this with ,r
Kind of silly to have two aliases here, since they use different markers.
8 years ago
Brennen Bearnes
d08a8e4b21
zsh: history search on up/down arrows
Possibly quite slick.
8 years ago
Brennen Bearnes
ec24c1fb45
vim: vim-fontsize; working colorcolumn toggle
8 years ago
Brennen Bearnes
2e18dc2995
zap an unyank swapfile
8 years ago
Brennen Bearnes
ab855553c1
remove some swapfiles
8 years ago
Brennen Bearnes
c69a493f1c
.vimrc: add stub BPB_ColorSchemeOverrides()
8 years ago
Brennen Bearnes
b03abbeb8e
.bashrc: enable autocd
Like zsh's autocd - treat a bare directory name as `cd directory`.
8 years ago
Brennen Bearnes
7d78d4d308
.vimrc: in which i learn how to use feedkeys()
8 years ago
Brennen Bearnes
2672da68fe
colorscheme & <Leader>u
8 years ago
Brennen Bearnes
29e2d5bc04
.vimrc: reference fugitive issue #834 re: index file highlighting
https://github.com/tpope/vim-fugitive/issues/834
8 years ago
Brennen Bearnes
c6e5d695ba
.vimrc: figure out that p1k3 highlight is borked by fugitive
8 years ago
Brennen Bearnes
7157f5b93f
bin/rightnow: because i never want to google a date format again
8 years ago
Brennen Bearnes
b2384fe412
bin/comment: a no-op for including comments in shell history
The idea here is that periodically you do something like:
$ comment "messing with wifi settings"
$ comment "trying out new file managers"
And then you've got some human-readable context in your shell history.
This is the stub of a larger, better idea, I think.
8 years ago
Brennen Bearnes
8d9e075dde
.vimrc: alias Q to gq
8 years ago
Brennen Bearnes
49d29b7908
.vimrc: use nginx plugin for config file highlighting
8 years ago
Brennen Bearnes
d9cc5ae289
shell: h: use more directory history
8 years ago
Brennen Bearnes
cddca08232
.vimrc: move colorscheme block
8 years ago
Brennen Bearnes
7141ed0ecd
xmonad: switch to konsole for default terminal
...just kinda taking it for a spin.
8 years ago
Brennen Bearnes
ad4b4d6f2b
timelog: zap a bogus newline
8 years ago
Brennen Bearnes
c07b3b00d7
tmux: turn off window notifications
8 years ago
Brennen Bearnes
df8c9114b4
.vimrc: notes on fold markers and colors
8 years ago
Brennen Bearnes
497243eae9
.vimrc: switch default foldmethod to marker
...I've been using this more consciously of late. It's a decent way
to deliberately collapse sections of a file.
- zi enables folding
- `{{{` and `}}}` denote a section
8 years ago
Brennen Bearnes
087b2b6c09
merge, README update, rvm crap, move html-gallery to its own repo
8 years ago
Brennen Bearnes
8d3eff3650
.vimrc: fold display tweaks, BPB_Crosshairs(), F8 for options
8 years ago
Brennen Bearnes
55b27d4788
vim: a more robust approach to tab drops / .vimrc hotkey
BPB_TabDrop will open a symlinked file in its canonical location, which is
better (for example) for opening a version controlled .vimrc that is
symlinked from the user's home directory.
This particular cat is pretty thoroughly vacuumed.
8 years ago
Brennen Bearnes
79fb242a68
clean up some xmonad weirdness
Moving stuff to a home/ subdirectory turns out to have been a painful
idea, because I had symlinked to a bunch of paths that went away. This
really needs some kind of abstraction over the top of it, even if it's just
a script to manage the links.
8 years ago
Brennen Bearnes
c4d69b5694
xmonad: embiggen notes scratchpad
8 years ago
Brennen Bearnes
7961be714e
TODO for bin/grab
8 years ago
Brennen Bearnes
92f759ff0f
move stuff for ~ into home/
8 years ago