mirror of
https://github.com/tmux/tmux.git
synced 2024-11-10 13:48:48 +00:00
C-d is delete as well in emacs mode.
This commit is contained in:
parent
96a7cf1e6a
commit
e0d1954840
@ -153,6 +153,7 @@ mode_key_lookup_emacs(struct mode_key_data *mdata, int key)
|
||||
case '\010':
|
||||
case '\177':
|
||||
return (MODEKEYCMD_BACKSPACE);
|
||||
case '\004':
|
||||
case KEYC_DC:
|
||||
return (MODEKEYCMD_DELETE);
|
||||
case '\011':
|
||||
|
Loading…
Reference in New Issue
Block a user