Commit 47b1631d authored by James T. Lee's avatar James T. Lee
Browse files

xterm: Add spawn-new-terminal keybinding for completeness

parent 0491bb52
...@@ -55,8 +55,9 @@ xterm*allowWindowOps: true ...@@ -55,8 +55,9 @@ xterm*allowWindowOps: true
! Selections should only go to primary buffer ! Selections should only go to primary buffer
xterm*selectToClipboard: false xterm*selectToClipboard: false
xterm*VT100*translations: #override \n\ xterm*VT100*translations: #override \n\
Ctrl Meta <Key>c: copy-selection(CLIPBOARD) \n\
Ctrl Meta <Key>v: insert-selection(CLIPBOARD) \n\
Ctrl Meta <Key>+: larger-vt-font() \n\ Ctrl Meta <Key>+: larger-vt-font() \n\
Ctrl Meta <Key>-: smaller-vt-font() \n\ Ctrl Meta <Key>-: smaller-vt-font() \n\
Ctrl Meta <Key>0: set-vt-font(d) \n\ Ctrl Meta <Key>0: set-vt-font(d) \n\
Ctrl Meta <Key>c: copy-selection(CLIPBOARD) \n\ Ctrl Meta <Key>n: spawn-new-terminal()
Ctrl Meta <Key>v: insert-selection(CLIPBOARD)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment