Update .Xresources with new xterm shortcuts
This commit is contained in:
parent
5548a8224b
commit
bd98780b86
|
@ -16,6 +16,12 @@ Xcursor.size: 32
|
|||
*.scrollKey: true
|
||||
*.allowMouseOps: true
|
||||
|
||||
*VT100*translations: #override \n\
|
||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
|
||||
Ctrl <Key> +: larger-vt-font() \n\
|
||||
Ctrl <Key> -: smaller-vt-font()
|
||||
|
||||
! special
|
||||
*.foreground: #000000
|
||||
*.background: #eeeeee
|
||||
|
|
Loading…
Reference in New Issue