Skip to content

Instantly share code, notes, and snippets.

@dezgeg
Created March 4, 2013 10:41
Show Gist options
  • Save dezgeg/5081424 to your computer and use it in GitHub Desktop.
Save dezgeg/5081424 to your computer and use it in GitHub Desktop.
URxvt-konffit
URxvt.saveLines: 15000
URxvt.foreground: White
URxvt.background: Black
URxvt.visualBell: false
URxvt.scrollBar_right: true
URxvt.scrollstyle: plain
! ?? does this do anything?
URxvt.secondaryScroll: true
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.S-C-C: perl:clipboard:copy
URxvt.keysym.S-C-V: perl:clipboard:paste
! No keycap mode crap.
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.perl-ext-common: selection,readline
URxvt.perl-ext: mark-yank-urls,clipboard
! Alt-U: yank recent urls
URxvt.keysym.M-o: perl:mark-yank-urls:activate_mark_mode
URxvt.underlineURLs: true
URxvt.perl-lib: /cs/fs/home/tmtynkky/.urxvt/
URxvt.urlLauncher: google-chrome
URxvt.selection.pattern-0: >>>[ ]+(.+)
URxvt.selection.pattern-1: .+?@.+? .+? %%?[ ]+(.+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment