Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
James T. Lee
Dotfiles
Commits
47b1631d
Commit
47b1631d
authored
Jun 17, 2020
by
James T. Lee
Browse files
xterm: Add spawn-new-terminal keybinding for completeness
parent
0491bb52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.Xresources.erb
.Xresources.erb
+3
-2
No files found.
.Xresources.erb
View file @
47b1631d
...
@@ -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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment