diff options
author | hut <hut@lavabit.com> | 2011-10-05 13:23:44 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-05 13:23:44 +0200 |
commit | 0378a2cce3b36bab272e365dcf4c5c9228f44938 (patch) | |
tree | c5b30d01afd677fb1b1bb3c2796538f445176f20 | |
parent | dbec46f5811c9c660129c91348d47442e5a524d3 (diff) | |
download | ranger-0378a2cce3b36bab272e365dcf4c5c9228f44938.tar.gz |
defaults/rc.conf: Fixed bad keybindings
-rw-r--r-- | ranger/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/defaults/rc.conf b/ranger/defaults/rc.conf index d8ce123d..bf29335e 100644 --- a/ranger/defaults/rc.conf +++ b/ranger/defaults/rc.conf @@ -85,8 +85,8 @@ map <END> move to=-1 map <PAGEDOWN> move down=1 pages=True map <PAGEUP> move up=1 pages=True map <CR> move right=1 -map <DEL> console delete -map <INS> console touch +map <DELETE> console delete +map <INSERT> console touch # VIM-like copymap <UP> k |