Brennen Bearnes
0136221197
.vimrc: disable startify
I really like this thing in theory, but it kept breaking my brain on
opening a new buffer.
9 years ago
Brennen Bearnes
a1a601ea1e
replace not-really-working redshift-wrapper with .config/redshift.conf
9 years ago
Brennen Bearnes
555588ac26
bin/vim-fragment-bullet
9 years ago
Brennen Bearnes
d9896b541d
less(1) options; vim plugin tweaks & swapfiles on
9 years ago
Brennen Bearnes
a384fbcc45
.vimrc: keys: td for lowercase datestamp, tD for capitalized
Silly.
9 years ago
Brennen Bearnes
d9a438a899
xmonad: go back to old workspace layout, comment
Changing this continues to break my brain, and it turns out I was actually
using more of those workspaces than I thought.
I need two monitors.
9 years ago
Brennen Bearnes
dfa96c4096
vim: add Startify, tweak F-keys, better comments in .vimrc
9 years ago
Brennen Bearnes
aa22f6bf85
.sh_common: moar vi-like aliases
9 years ago
Brennen Bearnes
57bc38e434
.sh_common: aliases: :e -> vim
9 years ago
Brennen Bearnes
34b95ed35b
.vimrc: F8 -> notes.txt
9 years ago
Brennen Bearnes
959336d1dd
.vimrc: colorschemes: taking icansee for a test drive
9 years ago
Brennen Bearnes
03fd2af286
simplify workspace layout, more vim F-keys
F7: Opens ~/code/bpb-kit/.vimrc
F8: ~/notes/scratch
F10: `git commit -av` using fugitive
9 years ago
Brennen Bearnes
05c9286532
.vimrc: disable swapfiles, add Recover.vim just in case one exists
9 years ago
Brennen Bearnes
fc7eb4acef
.xmobarrc: appearance tweaks
9 years ago
Brennen Bearnes
90d627fe7a
.tmux.conf cleanup
9 years ago
Brennen Bearnes
84bf8a3379
add GOPATH, migrate aliases and some vars to ~/.sh_common
I'm realizing that this is all kind of an embarrassing mess, and doing my
best not to cat-vacuum it into a more complicated state.
9 years ago
Brennen Bearnes
7e73301014
.vimrc: turn off folding
9 years ago
Brennen Bearnes
23014790e7
.vimrc: switch F12-to-copy-all to just using :%y+
9 years ago
Brennen Bearnes
b8d9ba02c9
.vimrc: add F7 to open .vimrc (get it?); unfuck F12-to-yank-all
9 years ago
Brennen Bearnes
e51e6bc51b
.vimrc: add "-" to iskeyword - dashes in words for nav, autocomplete
9 years ago
Brennen Bearnes
8ff2065c9c
xmonad: float the Gimp's quit-without-save dialog
9 years ago
Brennen Bearnes
fa7fd26668
trayer tweaks
To be honest I don't even know if this worked.
9 years ago
Brennen Bearnes
e7c0cb72e5
have XM undo capslock
...sorta.
9 years ago
Brennen Bearnes
aa603703aa
(g)vim: switch both colorschemes to hybrid
9 years ago
Brennen Bearnes
dff905d798
.vimrc: <F12> to copy entire buffer; BPB_ExecNormalAndReturnCursor()
There is almost certainly a better way to do this:
https://stackoverflow.com/questions/829935/yank-entire-file
9 years ago
Brennen Bearnes
47fb8a8475
space bitching on prompt
9 years ago
Brennen Bearnes
4a5aa2f8cc
.zshrc: moar whitespace
9 years ago
Brennen Bearnes
46ca0a923a
.zshrc: better git prompt, moar awk - thanks @robacarp
9 years ago
Brennen Bearnes
d80ab634e5
.vimrc: move yankring history file into .vim/
9 years ago
Brennen Bearnes
c4711c494b
couple of git aliases
10 years ago
Brennen Bearnes
8bcba0fe8e
use my vim-markdown fork
10 years ago
Brennen Bearnes
4f18a8d9f2
XM alias for xm, because i'm usually typing it with capslock on
...because aliasing capslock -> ctrl has certain inevitable hazards.
10 years ago
Brennen Bearnes
bd05599ed8
more self-contained i-hate-the-vpn
10 years ago
Brennen Bearnes
7fbaedb615
vim-tmux-navigator bindings turn out to kinda suck in readline
10 years ago
Brennen Bearnes
b2d53a9cf2
smaller vim font (14 pts)
10 years ago
Brennen Bearnes
d4be16cecc
dependencies: add curl, jq
curl is for http requests and sich
jq is for parsing json
10 years ago
Brennen Bearnes
5b20fb5768
move redshift coords to env vars
10 years ago
Brennen Bearnes
f81ef61f2e
s/gtk-redshift/redshift-gtk/
"...and naming things."
10 years ago
Brennen Bearnes
c80282cdd7
bin/i-hate-the-vpn: wrap some openconnect options i will otherwise forget
VPNware is in the general case awful.
10 years ago
Brennen Bearnes
68c6c73f27
.vimrc: add vim-indent-guides, password generation leaderkeys
10 years ago
Brennen Bearnes
fd398b1287
dependencies: add xmobar and volumeicon-alsa
10 years ago
Brennen Bearnes
d2d0d47ff8
aliases: m -> make, p -> cd ~/p1k3
10 years ago
Brennen Bearnes
bd48211e65
host stuff for fragility
10 years ago
Brennen Bearnes
a0dd6f1e18
mucking around with xmonad look & feel
10 years ago
Brennen Bearnes
87ec44d69c
vim: vimux, nerdtree-git-plugin
10 years ago
Brennen Bearnes
def2deab27
xmonad.start: xmodmap, fire up unity-settings-daemon
10 years ago
Brennen Bearnes
5b4b8f2878
AIO autocompletey bits in bash
10 years ago
Brennen Bearnes
77aea0b83d
tmux escape time
Fixes some weirdness in Vim with hitting Esc but then having it eaten by
tmux.
10 years ago
Brennen Bearnes
45a46974f5
timelog: add expense line processing
10 years ago
Brennen Bearnes
ea97b7452f
further reshuffle .vimrc sections - add functions {{{ }}}
Seems a bit easier to navigate this stuff with more top-level sections,
and putting functions in their own place probably encourages reuse a bit
more.
Also generalizes BPB_ExecFilter() to BPB_RunFilter() for use with
vim-filter-decorate and vim-filter-exec and whatever else I come up with
in the future. It seems like usually I want the cursor to come back
roughly where I left it, which I haven't yet found a way to do without
a function like this one that records the current line number before
filtering the file.
10 years ago