How to bind key from tmux to cmd on osx and iterm? -
recently converting screen tmux. need way bind cmd key - left/right move between windows. have screen setup this
bindkey "^[[c" next # bind cmd+->, escape sequence binded in iterm2 bindkey "^[[d" prev # bind cmd+<-
in iterms set escape sequence cmd+left/right keys. can’t figure out how bind escape sequence next/right in tmux btw, bind-key -n appears in many configs, wonder ‘-n’ mean?
Comments
Post a Comment