diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-10-22 16:46:52 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-10-22 16:46:53 +0200 |
commit | 4fabf754a0c771c85bf3f1a213a89a82ce9e6ec9 (patch) | |
tree | aa7012f0ec8c6a8cb155aab56695c4714d248ce9 | |
parent | a9143229e92251062642a81eb4514e04f5035c0b (diff) | |
download | dotfiles-4fabf754a0c771c85bf3f1a213a89a82ce9e6ec9.tar.gz dotfiles-4fabf754a0c771c85bf3f1a213a89a82ce9e6ec9.tar.bz2 dotfiles-4fabf754a0c771c85bf3f1a213a89a82ce9e6ec9.zip |
cwd-spawn: Use M-Return instead of M-o for consistency.
Diffstat (limited to '')
-rw-r--r-- | .Xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 660eb72..d8dfa45 100644 --- a/.Xresources +++ b/.Xresources @@ -30,8 +30,8 @@ URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wge 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 +! open new urxvt(c) starting in current dir with M-Return +URxvt.keysym.M-Return: perl:cwd-spawn ! url-select via M-u URxvt.url-select.launcher: HOME/bin/openlink |