# HG changeset patch # User Steve Losh # Date 1335790130 14400 # Node ID a6ccd64f2e008810250bba1489200d87fb1e7ad3 # Parent c0e13ba9bf22717b19a35fd5597f65cd0898fb21 moar diff -r c0e13ba9bf22 -r a6ccd64f2e00 tmux/tmux.conf --- a/tmux/tmux.conf Tue Apr 17 10:04:51 2012 -0400 +++ b/tmux/tmux.conf Mon Apr 30 08:48:50 2012 -0400 @@ -100,6 +100,8 @@ unbind [ unbind p bind p paste-buffer +bind -t vi-copy H start-of-line +bind -t vi-copy L end-of-line bind -t vi-copy v begin-selection bind -t vi-copy y copy-selection bind -t vi-copy Escape cancel diff -r c0e13ba9bf22 -r a6ccd64f2e00 vim/vimrc --- a/vim/vimrc Tue Apr 17 10:04:51 2012 -0400 +++ b/vim/vimrc Mon Apr 30 08:48:50 2012 -0400 @@ -267,11 +267,14 @@ vnoremap x " Select entire buffer -vnoremap vaa ggvGg_ -vnoremap Vaa ggVG +nnoremap vaa ggvGg_ +nnoremap Vaa ggVG " Change case -inoremap gUiwea +inoremap mzgUiw`za + +" Panic Button +nnoremap mzggg?G`z " Emacs bindings in command line mode cnoremap diff -r c0e13ba9bf22 -r a6ccd64f2e00 weechat/alias.conf --- a/weechat/alias.conf Tue Apr 17 10:04:51 2012 -0400 +++ b/weechat/alias.conf Mon Apr 30 08:48:50 2012 -0400 @@ -7,6 +7,7 @@ AME = "allchan /me" AMSG = "allchan /msg *" ANICK = "allserv /nick" +b = "/buffer" BYE = "quit" C = "buffer clear" CHAT = "dcc chat"