summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
committerBert Münnich <ber.t@posteo.de>2014-02-04 22:38:24 +0100
commit524d9de877dcf0dc4212c12c3bd09db285dae17e (patch)
tree3a1bf61f7dbfe96afe80384f1deb3b8dd200ca05 /config.def.h
parenteb82519a80ab3d09fb3294d64a3526c678433d22 (diff)
downloadnsxiv-524d9de877dcf0dc4212c12c3bd09db285dae17e.tar.zst
Removed fit-win-to-img command
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 8c2c7ed..8b835db 100644
--- a/config.def.h
+++ b/config.def.h
@@ -141,7 +141,6 @@ static const keymap_t keys[] = {
{ 0, XK_w, i_fit_to_win, (arg_t) SCALE_FIT },
{ 0, XK_e, i_fit_to_win, (arg_t) SCALE_WIDTH },
{ 0, XK_E, i_fit_to_win, (arg_t) SCALE_HEIGHT },
- { 0, XK_W, i_fit_to_img, (arg_t) None },
{ 0, XK_less, i_rotate, (arg_t) DEGREE_270 },
{ 0, XK_greater, i_rotate, (arg_t) DEGREE_90 },