├── LICENSE ├── README.md └── img ├── Icon.png ├── feature_scroll.png ├── multiple.JPG ├── preferences.png ├── screenshot.png ├── screenshot2.png ├── switch.png └── tutorial.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/README.md -------------------------------------------------------------------------------- /img/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/Icon.png -------------------------------------------------------------------------------- /img/feature_scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/feature_scroll.png -------------------------------------------------------------------------------- /img/multiple.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/multiple.JPG -------------------------------------------------------------------------------- /img/preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/preferences.png -------------------------------------------------------------------------------- /img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/screenshot.png -------------------------------------------------------------------------------- /img/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/screenshot2.png -------------------------------------------------------------------------------- /img/switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/switch.png -------------------------------------------------------------------------------- /img/tutorial.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwarvesf/VimMotionApp/HEAD/img/tutorial.gif --------------------------------------------------------------------------------