From a9143229e92251062642a81eb4514e04f5035c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 22 Oct 2013 16:35:30 +0200 Subject: Add cwd-spawn to urxvt to allow spawning a new terminal from the current working dir. --- .Xresources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.Xresources') 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 -- cgit v1.2.3