Questions tagged [rxvt]
176 questions
38
votes
4 answers
Copying & Pasting with URxvt
I'm using URxvt 9.20 on debian jessie and I'm looking for a way to copy & paste text like I was used to with the gnome-terminal (Ctrl+Insert for copying, Shift+Insert for pasting).
It works within different urxvt consoles, it does not work between…
Thomas John
- 383
- 1
- 3
- 4
32
votes
8 answers
How can I open a new terminal in the same directory of the last used one from a window manager keybind?
I'm using a tiling window manager and I switched from gnome-terminal with multiple tabs to multiple urxvt instances managed by the window manager. One of the features I miss is the ability to open a new terminal that defaults to the working…
Luca
- 593
- 1
- 5
- 9
20
votes
4 answers
Rebinding CTRL-ALT-[C|V] to CTRL-SHIFT-[C|V] in URxvt >= 9.20
Since URxvt 9.20, text can be copied to the clipboard with Ctrl+Alt+C (and also pasted from with Ctrl+Alt+V).
But, I already use these bindings for another thing.
So how can I rebind, in URxvt >=9.20 it to Ctrl+Shift+C (and Ctrl+Shift+V for paste) ?
fauve
- 1,140
- 2
- 13
- 28
18
votes
1 answer
How to disable the Ctrl+Shift binding (ISO 14755) in urxvt?
Whenever the Ctrl+Shift key combo is pressed, the text ISO 14755 mode text pops up at the corner of the terminal window in urxvt. Is there a way to remove this without having to rebuild urxvt?
I'm using a pre-built version of urxvt in Manjaro Linux…
Ébe Isaac
- 319
- 4
- 15
17
votes
3 answers
How to get VIM to display 256 colors properly
I'm trying to get 256 color theme files to work with VIM under xterm.
This is peaksea how it looks for me:
How it should look:
I've tried following the tips on the wiki page to no avail.
set t_Co=256 works fine but
set t_AB=^[[48;5;%dm
set…
jmathew
- 2,888
- 2
- 15
- 11
16
votes
5 answers
paste url into terminal(urxvt, zsh) failed, some characters get escaped
In recent months, I find that if I copy the URL in Chrome and then Shift-Insert in the urxvt, the pasted URL is escaped.
For example, the original URL is:
http://example.com/?a=c
the pasted content is:
http://example.com/\?a\=c
But if I paste it…
宇宙人
- 269
- 2
- 3
16
votes
5 answers
Urxvt: change background color on the fly
Is there away to change the background color of a rxvt-unicode session on the fly? Like with Ctrl key?
I have a bunch of Urxvt windows and I would like to color some dynamically to help me distinguish them. But again, I mean on the fly...
dman
- 517
- 1
- 5
- 16
16
votes
2 answers
Set urxvt to work with 256 colors
I had spent so much time to try to get urxvt to work with 256 colors. I am using Ubuntu. I have followed a part of this post
cd ~
infocmp -L rxvt-unicode > rxvt-unicode.terminfo
vi rxvt-unicode.terminfo
# Change the following from:
#
# …
ma08
- 845
- 2
- 7
- 19
15
votes
1 answer
Bash + urxvt: delay after ESC in Vi mode
I have enabled the mode prompt indicator in my ~/.inputrc with set show-mode-in-prompt on. There is a delay of about half a second in the indicator when switching to normal mode after pressing ESC but no delay in the indicator when entering insert…
ramblenode
- 333
- 2
- 9
15
votes
3 answers
Italics in Emacs on a text terminal (rxvt-unicode)
I am using Emacs running in an urxvt, and I cannot get italics to work in Emacs although the terminal supports it.
Here’s my current setup:
I haven’t set $TERM, so it is the default rxvt-unicode-256color.
My ~/.Xdefaults defines URxvt.font:…
igor
- 757
- 1
- 8
- 14
13
votes
1 answer
Why does my terminal letter-spacing decrease when I disable a display return from using /dev/tty?
I've got a curious hardware situation, and I've run into a curious software quirk. I have a laptop with a broken screen that I have hooked up to an external display. I start up an X session and open a urxvt terminal. With the setting…
Mike Pierce
- 737
- 1
- 6
- 23
12
votes
2 answers
Increase font size in rxvt-unicode without editing ~/.Xdefaults
I am a loyal Linux fan who has been spending a lot of time using iTerm on a mac lately. One thing I really like about the mac, and iTerm in particular, is the ability to use a keyboard shortcut to in/decrease the font size. I believe it's apple+…
user3356
12
votes
3 answers
Force telnet / ssh to use crtl-H for backspace
I have some devices connected to a Cisco serial term server; many work fine when I telnet directly to the port on the Cisco. However, I have a few stubborn devices that will not use Backspace as it is mapped in telnet by default.
In case it…
Mike Pennington
- 2,452
- 4
- 31
- 40
11
votes
1 answer
urxvt: how to scroll terminal output / hide mouse pointer
Two things that I miss in urxvt from xterm are:
How do you scroll up and down with the keyboard? In xterm I used Shift + Page Up (or Down), but that doesn't work.
A cool xterm feature is that when you type, the mouser pointer gets invisible. Anyway…
Emanuel Berg
- 6,763
- 7
- 43
- 65
11
votes
2 answers
Disable bold font in urxvt
I want to disable the bold font in my urxvt config (.Xresources). xterm has the option allowBoldFonts. Is there a similar option for urxvt? I can't find anything similar.
Rufo El Magufo
- 3,186
- 2
- 22
- 35