Skip to content

Sakif-Hossain/vimskool

Repository files navigation

VimSkool

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

Instructions:

  • 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.

Developed by:

  1. Andy Tran
  2. Viet Chu
  3. Sheikh Safwan Hossain

About

A Chrome Extension for Google Docs that allows Vim functionalities. Developed during HACKED(Beta).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors