Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
88bd8d23
Commit
88bd8d23
authored
5 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
XRESOURCE Add ctrl + arrow.
parent
56282f22
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Xresources/Xresources
+10
-4
10 additions, 4 deletions
Xresources/Xresources
Xresources/arch.sh
+1
-1
1 addition, 1 deletion
Xresources/arch.sh
with
11 additions
and
5 deletions
Xresources/Xresources
+
10
−
4
View file @
88bd8d23
...
...
@@ -35,8 +35,8 @@ URxvt*color15: #FFFFFF // white
!*.boldFont: xft:Iosevka:style=Bold:size=8
!*.italicFont: xft:Iosevka:style=Italic:size=8
!*.boldItalicFont: xft:Iosevka:style=Bold Italic:size=8
URxvt.font: xft:bitstream vera sans mono:size=1
4
:antialias=true
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=1
4
:antialias=true
URxvt.font: xft:bitstream vera sans mono:size=1
2
:antialias=true
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=1
2
:antialias=true
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 92x24
...
...
@@ -52,8 +52,8 @@ URxvt.depth: 24
! Common Keybinds for Navigations
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.C
ontrol
-Up: command:\033]720;5\007
URxvt.keysym.C
ontrol
-Down: command:\033]721;5\007
URxvt.keysym.C
-S
-Up: command:\033]720;5\007
URxvt.keysym.C
-S
-Down: command:\033]721;5\007
!URxvt.keysym.Control-Up: \033[1;5A
!URxvt.keysym.Control-Down: \033[1;5B
!URxvt.keysym.Control-Right: \033[1;5C
...
...
@@ -94,3 +94,9 @@ URxvt.urlButton: 1
!URxvt.perl-ext-common: new-window
URxvt.keysym.C-N: perl:new-window
!Need to working ctrl + arrow in vim.
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
This diff is collapsed.
Click to expand it.
Xresources/arch.sh
+
1
−
1
View file @
88bd8d23
...
...
@@ -4,7 +4,7 @@ mkdir ~/.urxvt/ext/
cp
new-window ~/.urxvt/ext/new-window
cp
close-gracefully ~/.urxvt/ext/close-gracefully
cp
Xresources ~/.Xresources
xrdb
-merge
~/.Xresources
xrdb ~/.Xresources
if
[
$1
==
no
]
;
then
exit
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment