aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* exec everything to spare a bit of memoryTom Ryder2015-05-231-5/+5
|
* Add hotkey g=gimpTom Ryder2015-05-231-0/+3
|
* Stop using xscreensaver in favour of i3lock(1)Tom Ryder2015-05-232-16/+1
| | | | Adieu
* Add hotkey b=browser to start firefoxTom Ryder2015-05-231-0/+3
|
* Don't doublefork xbindkeysTom Ryder2015-05-231-1/+1
|
* Correct options for urxvtdTom Ryder2015-05-231-1/+1
|
* Correct options to urxvtdTom Ryder2015-05-231-1/+1
|
* Remove unused cutchars resourceTom Ryder2015-05-231-1/+0
|
* Use xkb not xmodmap for Caps Lock remapTom Ryder2015-05-233-6/+2
|
* Use \C-j for newline instead of \nTom Ryder2015-05-221-1/+1
|
* Bind Alt-M within tmux to detachTom Ryder2015-05-221-0/+3
|
* New macro for tmuxTom Ryder2015-05-221-1/+4
|
* Shortcut for prepending "exec" to a lineTom Ryder2015-05-221-0/+5
|
* Remove exec calls so trap works correctlyTom Ryder2015-05-211-2/+2
|
* Add han(1)Tom Ryder2015-05-214-0/+80
|
* Don't change directory during Makefile runTom Ryder2015-05-181-4/+4
|
* Quote $SHELL in .tmux.confTom Ryder2015-05-181-1/+1
|
* Use $_ for source parts topic varTom Ryder2015-05-182-6/+4
|
* Move unset in run-parts bashrc/profile sourceTom Ryder2015-05-152-2/+2
|
* More thorough check for 'j' in 'formatoptions'Tom Ryder2015-05-131-3/+3
| | | | Found in @tpope's vim-sensible
* vr func for moving to VCS rootTom Ryder2015-05-111-0/+57
|
* Remove superfluous null checkTom Ryder2015-05-031-1/+1
|
* Use FUNCNAME rather than hardcoding helper funcsTom Ryder2015-04-296-9/+18
|
* Only print line if at least one argTom Ryder2015-04-291-1/+3
|
* Keep OLDPWD between loginsTom Ryder2015-04-292-0/+9
|
* Whoops, didn't mean to delete itTom Ryder2015-04-161-0/+9
|
* histverify for safetyTom Ryder2015-04-151-0/+2
|
* Give up on Makefile submodule abstractionTom Ryder2015-04-132-33/+5
| | | | Probably not the correct job for it anyway.
* Add comments that can disable shoal parsingTom Ryder2015-04-081-3/+24
|
* Remove unmap of QTom Ryder2015-04-071-3/+0
| | | | | Ex mode is actually kind of handy when doing a set of text transformations, e.g. substitutions/pattern deletions
* Remove the unmap for K as I'm actually using itTom Ryder2015-04-071-5/+0
| | | | | Doing a lot more shell and some C programming these days and this has actually become sort of useful.
* Remove an unneeded unmapTom Ryder2015-04-071-3/+0
| | | | | I unmapped this initially because I was using the Escape key; nowadays I never do, I use Ctrl+[, so it's no longer doing any harm
* Upgrade repeat pluginTom Ryder2015-04-071-0/+0
|
* Update section on shell choice a bitTom Ryder2015-04-071-6/+6
|
* Adjust layout of installation instructionsTom Ryder2015-04-071-13/+12
|
* Move scp wrapper into its own fileTom Ryder2015-04-021-9/+0
|
* Remove the ~/.vimrc.local searchTom Ryder2015-04-021-7/+0
| | | | Using ~/.vim/after instead
* Consistent whitespace for .gitmodulesTom Ryder2015-04-021-2/+2
|
* Mention a few more shell-related tricksTom Ryder2015-04-021-1/+8
|
* man(1) page suffixes in READMETom Ryder2015-04-021-3/+3
|
* Add a problem I can't work outTom Ryder2015-04-021-0/+3
|
* Remove redundancy for previous commitTom Ryder2015-04-021-1/+1
|
* Binding for copypaste convenienceTom Ryder2015-04-021-0/+15
|
* Complete cf function with dir namesTom Ryder2015-03-251-0/+1
|
* Include system-wide ssh config in completionTom Ryder2015-03-251-12/+10
| | | | Also, let the shell do the complaining if the file can't be read
* Change if-elseif chain to a switch-caseTom Ryder2015-03-251-20/+27
|
* Improved syntax for the Vim plugin targetsTom Ryder2015-03-252-39/+4
|
* Missed a phony build targetTom Ryder2015-03-251-0/+1
|
* Update the known problems for which I'd like fixesTom Ryder2015-03-251-4/+9
|
* Better information on prerequisitesTom Ryder2015-03-251-4/+5
|