diff options
author | hut <hut@lavabit.com> | 2013-02-04 22:57:21 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-04 22:57:59 +0100 |
commit | c4e45fe5e15ec2b26791e0290b917ac0cc411636 (patch) | |
tree | d99cd2ce35fa9d1af45157a251b4c3f674398e1f | |
parent | 66a8d4ff32ae82a98bad745a151d085e6ff319ea (diff) | |
download | ranger-c4e45fe5e15ec2b26791e0290b917ac0cc411636.tar.gz |
config/rc.conf: revert value for "xterm_alt_key" to false
No idea why this was turned to true by default :S
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 5b1f7abf..82dc1379 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -138,7 +138,7 @@ set sort_directories_first true # Enable this if key combinations with the Alt Key don't work for you. # (Especially on xterm) -set xterm_alt_key true +set xterm_alt_key false # =================================================================== # == Local Options |