diff options
author | hut <hut@lavabit.com> | 2013-06-07 00:51:40 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-06-07 00:52:08 +0200 |
commit | 1f44e918572ce45618f84aef6e534d6afbc1be04 (patch) | |
tree | b4c86e2d5fe938fc4b4e5460e00050916e33dab9 | |
parent | 80dae1ad9f9e3807db42cf8f5ef942d98355efdf (diff) | |
download | ranger-1f44e918572ce45618f84aef6e534d6afbc1be04.tar.gz |
config/rc.conf: added ^L keys for pager and taskview
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index fd8e78d2..8955b4a4 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -491,6 +491,7 @@ copypmap <PAGEDOWN> n f <C-F> <Space> copypmap <PAGEUP> p b <C-B> # Basic +pmap <C-l> redraw_window pmap <ESC> pager_close copypmap <ESC> q Q i <F3> pmap E edit_file @@ -526,5 +527,6 @@ tmap <pageup> eval -q fm.ui.taskview.task_move(0) tmap <delete> eval -q fm.ui.taskview.task_remove() # Basic +tmap <C-l> redraw_window tmap <ESC> taskview_close copytmap <ESC> q Q w <C-c> |