Skip to content

Commit

Permalink
fixed <s-left> map restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtomjhj committed Jan 3, 2022
1 parent a479ed1 commit c462aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/DrawIt.vim
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fun! DrawIt#DrawItStart(...)
call DrawIt#SaveUserMaps("bn","","<right>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<up>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<down>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<left>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<s-left>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<s-right>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<s-up>","DrawIt")
call DrawIt#SaveUserMaps("bn","","<s-down>","DrawIt")
Expand Down Expand Up @@ -342,7 +342,7 @@ fun! DrawIt#DrawItStart(...)
call DrawIt#SaveUserMaps("bi","","<right>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<up>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<down>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<left>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<s-left>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<s-right>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<s-up>","DrawIt")
call DrawIt#SaveUserMaps("bi","","<s-down>","DrawIt")
Expand Down

0 comments on commit c462aab

Please sign in to comment.