spacemacs/layers/+tools/ranger/config.el
duianto fa83c0ed5a [ranger] Add 'ranger as an option to ranger-enter-with-minus
Added 'ranger as an option to the variable: ranger-enter-with-minus
Changed the default value from: t to: 'deer.
Bound the key to evil-motion-state-map instead of evil-normal-state-map
so that - also works from the Spacemacs home buffer.
2020-10-30 20:55:04 +01:00

20 lines
500 B
EmacsLisp

;;; config.el --- ranger Layer config File for Spacemacs
;;
;; Copyright (c) 2012-2020 Sylvain Benner
;; Copyright (c) 2020-2020 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar ranger-enter-with-minus 'deer
"Option to enter `deer' or `ranger' when `-' is pressed.
Idea from `vim-vinegar'.
The possible values are:
'deer (default)
'ranger")