Trivial Wrapper Around $EDITOR for Use with cscope(1) inside tmux/screen sessions Usage: Start a tmux or screen session Set CSCOPE_EDITOR $ export CSCOPE_EDITOR=$HOME/bin/cscope_editor Start cscope $ cscope -Rqk When you choose to edit a file in the cscope UI you'll get $EDITOR in a new window in your tmux/screen session.