summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-22 16:35:30 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-22 16:36:26 +0200
commita9143229e92251062642a81eb4514e04f5035c0b (patch)
treef9e2ea212d5070eddeccd9965e9da424de5fa76a /.Xresources
parent183835aa74e66f886a458ea21aeb9a7695e34a45 (diff)
downloaddotfiles-a9143229e92251062642a81eb4514e04f5035c0b.tar.gz
dotfiles-a9143229e92251062642a81eb4514e04f5035c0b.tar.bz2
dotfiles-a9143229e92251062642a81eb4514e04f5035c0b.zip
Add cwd-spawn to urxvt to allow spawning a new terminal from the current
working dir.
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources5
1 files changed, 4 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources
index 60d5c6c..660eb72 100644
--- a/.Xresources
+++ b/.Xresources
@@ -24,12 +24,15 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007
! perl-modules
URxvt.perl-lib: HOME/.urxvt/extensions/
-URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wgetpaste
+URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wgetpaste,cwd-spawn
! allow Alt-V/-C for pasting from/copying to clipboard
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-c: perl:clipboard:copy
+! open new urxvt(c) starting in current dir with M-o
+URxvt.keysym.M-o: perl:cwd-spawn
+
! url-select via M-u
URxvt.url-select.launcher: HOME/bin/openlink
URxvt.keysym.M-u: perl:url-select:select_next