328a3cd17f13
shit
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 24 Jun 2014 09:30:20 -0400 |
parents | 8a78e472f3ea |
children | 0112fc0dd59d |
branches/tags | (none) |
files | fish/functions/hex.fish tmux/tmux.conf vim/custom-dictionary.utf-8.add |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fish/functions/hex.fish Tue Jun 24 09:30:20 2014 -0400 @@ -0,0 +1,3 @@ +function hex -d "Open a file in Hex Fiend" + open -a Hex\ Fiend $argv +end
--- a/tmux/tmux.conf Mon Jun 16 08:00:39 2014 -0400 +++ b/tmux/tmux.conf Tue Jun 24 09:30:20 2014 -0400 @@ -66,6 +66,7 @@ bind -r ) select-window -t :+ bind-key -r H swap-window -t -1 bind-key -r L swap-window -t +1 +bind m command-prompt "move-window -t %%" # 256 colors please set -g default-terminal "screen-256color"