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
c0fb9193
Commit
c0fb9193
authored
Jun 17, 2020
by
James T. Lee
Browse files
xterm: Add my keybindings; improve PRIMARY/CLIPBOARD distinction
parent
b65ecd28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.Xresources.erb
.Xresources.erb
+10
-0
No files found.
.Xresources.erb
View file @
c0fb9193
...
@@ -34,6 +34,7 @@ URxvt.termName: rxvt-unicode-256color-powerline
...
@@ -34,6 +34,7 @@ URxvt.termName: rxvt-unicode-256color-powerline
URxvt.urgentOnBell: true
URxvt.urgentOnBell: true
URxvt.letterSpace: -1
URxvt.letterSpace: -1
<%
if
@facts
[
'platform'
]
==
'pinebookpro'
-%>
<%
if
@facts
[
'platform'
]
==
'pinebookpro'
-%>
! Xft double buffering is slow on panfrost
URxvt.buffered: false
URxvt.buffered: false
<%
end
-%>
<%
end
-%>
...
@@ -49,4 +50,13 @@ xterm*faceName: monospace
...
@@ -49,4 +50,13 @@ xterm*faceName: monospace
xterm*faceSize: 9
xterm*faceSize: 9
xterm*internalBorder:
<%=
(
2
*
gui_scaling_factor
).
round
%>
xterm*internalBorder:
<%=
(
2
*
gui_scaling_factor
).
round
%>
xterm*saveLines: 10000
xterm*saveLines: 10000
! Enable OSC 52 for tmux selection to primary buffer
xterm*allowWindowOps: true
xterm*allowWindowOps: true
! Selections should only go to primary buffer
xterm*selectToClipboard: false
xterm*VT100*translations: #override \n\
Ctrl Alt
<Key>
+: larger-vt-font() \n\
Ctrl Alt
<Key>
-: smaller-vt-font() \n\
Ctrl Alt
<Key>
0: set-vt-font(d) \n\
Ctrl Alt
<Key>
c: copy-selection(CLIPBOARD) \n\
Ctrl Alt
<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