File: fimrc.eog

package info (click to toggle)
fim 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,048 kB
  • sloc: cpp: 32,769; ansic: 4,507; makefile: 1,549; sh: 1,502; perl: 189; exp: 28; awk: 9
file content (16 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# eog like configuration file for fim
# copy this file to ~/.fimrc to have eog keyboard shortcuts in fim
# NOTE: it is not complete

bind "PageUp"   "prev;";
bind "PageDown" "next;";
bind "Home" "0;";
bind "End" "$;";
# rotate by 90 degrees :
# bind 'r' ...
bind 'C-0' "100%;";
bind 'C-+' "magnify";
bind 'C--' "reduce";
bind '+' "magnify";
bind '-' "reduce";