a6ccd64f2e00
moar
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 30 Apr 2012 08:48:50 -0400 |
parents | c0e13ba9bf22 |
children | 51c3e81530ad |
branches/tags | (none) |
files | tmux/tmux.conf vim/vimrc weechat/alias.conf |
Changes
--- 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
--- 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 <bs> x " Select entire buffer -vnoremap vaa ggvGg_ -vnoremap Vaa ggVG +nnoremap vaa ggvGg_ +nnoremap Vaa ggVG " Change case -inoremap <C-u> <esc>gUiwea +inoremap <C-u> <esc>mzgUiw`za + +" Panic Button +nnoremap <f9> mzggg?G`z " Emacs bindings in command line mode cnoremap <c-a> <home>