Questions tagged [urxvt]

rxvt-unicode (better known as urxvt) is a fork of the rxvt terminal emulator. It is a color VT102 terminal emulator that supports Unicode.

107 questions
60
votes
5 answers

Pasting 'required text' into terminal emulator results in '^[[200~required text~'

I have noticed that when pasting into a terminal emulator, both on macOS (using Terminal.app or iTerm2.app) or in Linux (using urxvt) sometimes I get extra characters. The characters are always the same - before the pasted text I get ^[[200~ (with…
lx07
  • 3,266
24
votes
2 answers

How can I prevent or interrupt accidental copy/paste in the terminal?

When I paste into the terminal, sometimes what is in the clipboard is not what I expected. Specifically, it is sometimes pages and pages of text from a website. When this happens, the terminal goes crazy, blinking rapidly and spitting out command…
user77830
  • 343
23
votes
5 answers

urxvt settings - reload without restarting terminal?

I have two urxvt color themes that I use, one for light background and one for dark, depending on how sunny the environment is. It's easy enough to switch them by modifying ~/.Xresources and running xrdb ~/.Xresources again, but this doesn't affect…
21
votes
2 answers

Why are unicode characters not rendering correctly

Background: I have some unicode characters in my prompt (git status markers essentially) I'm running urxvt under xfce on arch linux. I'm using DejaVu Sans Mono for Powerline font, specified via .Xresources line: URxvt*font: xft:DejaVu Sans Mono for…
sw1nn
  • 325
20
votes
3 answers

Fixed highlighting in tmux

I miss highlighting (reverse mode) on console since I started to use urxvt + tmux as main terminal. The highlights was replaced with with italic font - what looks pretty cool at first - however I can't find the one italic word in thousands…
17
votes
3 answers

Mouse wheel scrolling in less and vim using urxvt

I have started working with rxvt-unicode (aka urxvt) but found an issue with mouse-wheel scrolling, as compared to gnome-terminal and konsole. The mouse wheel works fine for going through the scrollback buffer, but it doesn't work for automatic…
13
votes
1 answer

Display unicode in tmux?

This is urxvt without tmux This is urxvt with tmux and utf8 not enabled in the config This is urxvt with tmux and utf8 enabled in the config How can I make tmux act consistent with the initial result?
Hal
  • 166
13
votes
2 answers

GNU Screen - Removing vim window after quit

I use urxvt with GNU screen with X11 on my mac. I like it a lot. My only issue, is that when I quit vim, it puts the shell prompt underneath the vim window. This isn't a huge issue, but it basically hides whatever I was doing before I opened vim.…
Brian
  • 389
12
votes
4 answers

Linux: How to set default directory of terminal emulators?

After upgrading to Ubuntu 11.04, my terminals (gnome-terminal and urxvt) start in "/" instead of "~" What can cause this behavior? I imagine that the working directory of Gnome or X is set to "/", or something like that, but I have no idea on where…
Joernsn
  • 695
11
votes
1 answer

urxvt bold colors are wrong - bold #0-7 are using colors from #8-15

My colors are off. Specifically, the bold version of colors 1-6 is broken: The color of each (emboldened) index should match the color of the text beside it. It does not. This is generated from this gist, modified to include colors #0-15. (It's…
So8res
  • 1,539
10
votes
3 answers

Emacs key for Home & End

I'm running Emacs in urxvt with zsh as shell: ~ % echo $TERM && echo $SHELL rxvt-256color /bin/zsh ~ % My current problem is that I can't get Home key & End key working properly in Emacs. Here is my .Xresources sample for keysbind: …
tbennett
  • 145
9
votes
2 answers

rxvt - how to clear scrollback

I was hoping this would be an easy one but I don't see it in the man page and couldn't find it googling. Is there a keyboard shortcut or even a console command I can use to clear the scrolback buffer in rxvt/urxvt? Ctrl-l clears the current screen…
henry
  • 193
9
votes
4 answers

Get Ctrl+Arrow to work under tmux+urxvt

I have tmux command key as C-a. C-Left/C-Right to jump between words (or whatever it is called) works just fine in urxvt alone, but under urxvt/tmux it'll print '5D' and '5C' for Left/Right respectively. How do I configure tmux so word skipping…
stelonix
  • 271
9
votes
1 answer

Let tmux set urxvt window title according to session-name

Everyday I launch a bunch of urxvtc -e tmux. I am trying to find a way to override urxvt X window title ("tmux") with the current tmux session name set via :rename-session session_name. Does any of you guys achieved that ?? Thanks !
Bathz
  • 415
8
votes
2 answers

Copy and Paste from Clipboard to URxvt

I use URxvt on my netbook, and I'd like to be able to paste to it from my clipboard, not only the primary buffer. Shift+Insert is fine for pasting from buffer, and selecting is fine for copying to buffer, but I'd like to not have to use those…
Rob
  • 2,422
1
2 3 4 5 6 7 8