# Bind shift-move to safe moving. bindkey = [H] CMD_SAFE_MOVE_LEFT bindkey = [J] CMD_SAFE_MOVE_DOWN bindkey = [K] CMD_SAFE_MOVE_UP bindkey = [L] CMD_SAFE_MOVE_RIGHT bindkey = [Y] CMD_SAFE_MOVE_UP_LEFT bindkey = [U] CMD_SAFE_MOVE_UP_RIGHT bindkey = [B] CMD_SAFE_MOVE_DOWN_LEFT bindkey = [N] CMD_SAFE_MOVE_DOWN_RIGHT #shift + dir macros += K \{-241} h macros += K \{-242} j macros += K \{-243} k macros += K \{-240} l macros += K \{-238} y macros += K \{-235} u macros += K \{-237} b macros += K \{-234} n #dir macros += K \{-252} H macros += K \{-253} J macros += K \{-254} K macros += K \{-251} L macros += K \{-1007} Y macros += K \{-1009} U macros += K \{-1001} B macros += K \{-1003} N