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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -