From a0a8f3f58360d667101c3d2e3ab0cc43f0fbfed6 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 2 Mar 2016 17:37:03 +0100 Subject: [PATCH] [screen]new tab in current dir --- .screenrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index 387f9df..6d89330 100644 --- a/.screenrc +++ b/.screenrc @@ -48,7 +48,8 @@ bind K kill bind I login on bind O login off bind } history - +bind c stuff "screen -X chdir \$PWD;screen^M" +bind ^c stuff "screen -X chdir \$PWD;screen^M" # An example of a "screen scraper" which will launch urlview on the current # screen window #