=== modified file 'tmux-capture-edit' --- tmux-capture-edit 2013-04-29 00:25:02 +0000 +++ tmux-capture-edit 2012-06-26 18:43:14 +0000 @@ -1,6 +1,6 @@ #!/bin/zsh -tmux capture-pane -S -9999 +tmux capture-pane tmux neww "tmux save-buffer - | vim \ --c ':set norelativenumber nolist incsearch clipboard=unnamedplus,autoselect buftype=nofile bufhidden=delete' \ +-c ':set relativenumber incsearch clipboard=unnamedplus,autoselect buftype=nofile bufhidden=delete' \ -c 'vnoremap y:q' \ --c 'normal 0Gzb' -" +-c 'normal 0G' -"