Re: [tmux-users] how to set this key-bind

2012-08-17 Thread vinurs
save selection to buffer, and then pipe it's contents to system clipboard bind M-w send-keys c \; \ run "tmux save-buffer - | xclip -i -sel clipboard" Thanks! 2012/8/18 vinurs : > Sorry for my poor explaining! > I means that to modiy the emacs-copy mode table's

Re: [tmux-users] how to set this key-bind

2012-08-17 Thread vinurs
; >/tmp/rlp_tmux_buf.tmp > fi > tmux load-buffer -b 18 /tmp/rlp_tmux_buf.tmp > tmux paste-buffer -b 18 > rm /tmp/rlp_tmux_buf /tmp/rlp_tmux_buf.tmp > > - --- > > -Robin > > On Sat, Aug 18, 2012 at 12:10:16AM +0800, vinurs wrote: >> Hi,all >

how to set this key-bind

2012-08-17 Thread vinurs
Hi,all In my .tmux.conf, there is the following configuration: bind C-c run "tmux save-buffer - | xclip -i -sel clipboard" bind -n C-v run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer" now, I want in emacs-copy mode,when i type M-w then It will run 'ru

how to execute shell commands

2012-08-01 Thread vinurs
Hi, I run tmux with urxvt, now i have some demands, the flowing is the command i execute when my linux startup: urxvt -title 'urxvt-tmux' -e zsh -c 'tmux -2 new-session -s urxvt -n window-1 \; new-window -n window-2' you can see that i create two windows when startup: window-1 and w

Re: how to show msssage about mutt in tmux status line

2012-04-12 Thread vinurs
yes, thanks very much!I've try it! 在 2012年4月12日 下午6:46,SamLT 写道: > On Thu, Apr 12, 2012 at 06:31:47PM +0800, vinurs wrote: > > Hi,all > > I am a newcomer for mutt and tmux! > > now I've configured using mutt to manage my mail, But in tmux, i > want >

how to show msssage about mutt in tmux status line

2012-04-12 Thread vinurs
Hi,all I am a newcomer for mutt and tmux! now I've configured using mutt to manage my mail, But in tmux, i want show the mutt status on tmux left status line! How can i do? for example, I want to show how many emails in my mutt, and shows it in tmux status line! and when new mai