Hi folks,

Whenever I use load-buffer I appear to need to use absolute paths when
specifying the file, or use 'cat' and pipe to 'tmux loadb -'.

I see this behaviour on Debian, Ubuntu and OSX. All platforms running tmux
1.5. I couldn't see an open bug about this, so I assume I'm doing something
stupid. My .tmux.conf is here:
https://github.com/msuriar/dotfiles/blob/master/tmux/tmux.conf

Sample output below. Thanks in advance.

Regards,
Murali.

--
[user@host:/etc]
% pwd
/etc
[user@host:/etc]
% tmux lsb
[user@host:/etc]
% tmux loadb debian_version
debian_version: No such file or directory
[user@host:/etc][1]
% tmux loadb ./debian_version
./debian_version: No such file or directory
[user@host:/etc][1]
% tmux loadb /etc/debian_version
[user@host:/etc]
% tmux lsb
0: 6 bytes: "6.0.3\012"
[user@host:/etc]
% tmux showb
6.0.3
[user@host:/etc]
%
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to