diff options
author | hut <hut@lepus.uberspace.de> | 2015-10-20 12:24:42 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-10-20 12:25:04 +0200 |
commit | c5f96b080c8115201ce2b1ce055141c4e3e5039a (patch) | |
tree | 196901c0fffbb9ea9973cc060e7efdd5acd8c5f5 /examples | |
parent | c831d7fdd8abe37d6f46332f8e4cf8f272f16660 (diff) | |
download | ranger-c5f96b080c8115201ce2b1ce055141c4e3e5039a.tar.gz |
examples/rc_emacs.conf: re-enable numeric modifier keys
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index e8b76ff2..f5e66b89 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -419,7 +419,6 @@ eval for arg in "rwxXst": cmd("map <C-x>-{0} shell -f chmod u-{0} %s".format(ar # Search for letters as you type them #eval for arg in "abcdefghijklmnopqrstuvwxyz": cmd("map {0} console search_inc {0}".format(arg)) -map <allow_quantifiers> false # =================================================================== # == Define keys for the console |