From 7e563de5343a954f9018178ea339c651b78e6e06 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Jul 2015 21:44:49 +0100 Subject: [PATCH] Add screenrc for tomh --- cookbooks/accounts/files/default/tomh/.screenrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cookbooks/accounts/files/default/tomh/.screenrc diff --git a/cookbooks/accounts/files/default/tomh/.screenrc b/cookbooks/accounts/files/default/tomh/.screenrc new file mode 100644 index 000000000..dc7cf1372 --- /dev/null +++ b/cookbooks/accounts/files/default/tomh/.screenrc @@ -0,0 +1,9 @@ +# Move the default escape key to ^@ to get it out of the way +escape ^@@ + +# Make Alt-a an escape key +bindkey "^[a" command +bindkey "^[A" command + +# Disable alternate text buffer +termcapinfo xterm* ti@:te@ -- 2.43.2