Hacker News new | past | comments | ask | show | jobs | submit login

I'd like to use the same key combination, no matter if I'm in screen/tmux or not.



the bind -n command allow to bind keys without the prefix. For example, I use the following to resize panes without using the prefix :

  bind -n M-h resize-pane -L 5
  bind -n M-j resize-pane -D 5
  bind -n M-k resize-pane -U 5
  bind -n M-l resize-pane -R 5




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: