diff options
author | shmibs <shmibs@gmail.com> | 2014-06-04 22:32:48 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-06-04 22:32:48 -0700 |
commit | fbee7cc9046bcb30b97b4e97bfc6f0cf0a21a637 (patch) | |
tree | 03aa73bfae35741d90db9b265a9eda535487075c /.config/sxiv/exec/key-handler | |
parent | 333b873ee6d27c6b42c2426f14591177bed08146 (diff) | |
download | dotfiles-fbee7cc9046bcb30b97b4e97bfc6f0cf0a21a637.tar.gz |
zsh keybindings
Diffstat (limited to '.config/sxiv/exec/key-handler')
-rwxr-xr-x | .config/sxiv/exec/key-handler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index 30b05a8..cf286c9 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/zsh # The key combo argument has the following form: "[C-][M-][S-]KEY", # where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X |