* Nicholas Marriott on Tuesday, February 04, 2014 at 20:58:10 +0000
> On macs you can get delete with some one of their special keys and backspace.
> 
> Anyway try running stty verase ^? in tmux.

$ stty verase ^?
stty: illegal option -- verase
usage: stty [-a|-e|-g] [-f file] [options]

verase seems not present for BSD-like systems afaics. Here's the
stty man page for mac:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/stty.1.html

With stty erase:

In tmux 
$ stty erase ^?
can be achieved by entering _CTRL_-backspace

In xterm and screen
$ stty erase ^H
can be achieved by entering just backspace

-- 
\black\trash movie   _SAME  TIME  SAME  PLACE_
               New York, in the summer of 2001

--->> http://www.blacktrash.org/underdogma/stsp.php

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to