Add mostrc with vim keys for navigation

This commit is contained in:
Trysdyn Black 2021-10-11 20:11:26 -07:00
parent bfebfb7521
commit ad91a1cbc4

31
.mostrc Normal file
View file

@ -0,0 +1,31 @@
unsetkey "^K"
setkey up "^K"
unsetkey ":"
setkey next_file ":n"
setkey find_file ":e"
setkey next_file ":p"
setkey toggle_options ":o"
setkey toggle_case ":c"
setkey delete_file ":d"
setkey exit ":q"
setkey down "e"
setkey down "E"
setkey down "j"
setkey down "^N"
setkey up "y"
setkey up "^Y"
setkey up "k"
setkey up "^P"
setkey page_down "f"
setkey page_down "^F"
setkey page_up "b"
setkey page_up "^B"
setkey other_window "z"
setkey other_window "w"
setkey search_backward "?"
setkey bob "p"
setkey goto_mark "'"
setkey find_file "E"
setkey edit "v"