Vim Motions Chrome Extension for Google Docs.
Built at HACKED(Beta) 2024.
Supported Commands:
- i : insert mode
- v : visual mode
- esc : command mode
- h : move cursor left
- j : move cursor down
- k : move cursor up
- l : move cursor right
- w : move cursor to net word
- y : to yank text
- p : paste text
- 0 : move cursor to line start
- b : move cursor to end of line
- $ : move cursor to start of line
- yy : yank whole line
- dd : delete current line
- :q : turn of extension
- Clone the repository.
- Open terminal on the project folder.
- Run the following command:
npm install
npm run build - Open Chrome and go to chrome://extensions/.
- Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the project’s dist folder.
- Andy Tran
- Viet Chu
- Sheikh Safwan Hossain