I have a strange issue.

OS X 10.9.4
zsh for shell
tmux

I have the following in my .tmux.conf

# vi

setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+

In zsh, hitting ESC + some vim command like b (back word) works, $ works,
etc. Hitting ESC 0 does not take me to the start of the line. Everything
else seems to work.

What am I missing?

Thanks,
Sean
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to