" ================================================== " Right-to-Left (Hebrew etc) shortcuts " ================================================== " toggle direction mapping " this is useful for logical-order editing map :set invrl " do it when in insert mode as well (and return to insert mode) imap :set invrla " toggle reverse insertion " this is useful for visual-order editing map :set invrevins " do it when in insert mode as well (and return to insert mode) imap :set invrevinsa " vim:set et sw=2: