sheetkeys icon indicating copy to clipboard operation
sheetkeys copied to clipboard

A browser extension which adds Vim-style shortcuts to Google Sheets

Results 26 sheetkeys issues
Sort by recently updated
recently updated
newest added

The pull request implements primative behaviour for the following keys: - `w` and `W` - `b` and `B` - `0` - `^`

There was a copy cell functionality but no cut functionality, so here we go.

I would like to contribute by adding more colors to the formatting commands.

I thought the cell color options was limited so added more cell color options 😃 Also I felt like the `colorCell"Color"` functions can be concluded into a single function, so...

Hey thanks for the awesome extension. It had definitely been a game changer as a Vim user I'm addicted to vim shortcuts. Being able to use them in Google sheets...

I have noticed that I cannot exit whatever mode I am in using Esc. e.g. If I go in insert mode and then press Esc, it just stops everything and...

I would like to be able to use this extension at work but we generally want to only use code that has an OSS license. Could you add one for...

I Changed CTRL-[ to work the same way as ESC-key. Thanks.

I have made changes to the Japanese language version of this plugin to make it work. I believe this change will help Japanese users. Thanks,

It changes normal and visual mode behavior to cancel all the unassigned characters, to prevent accidentally input an unassigned(but exists in vim) character like "w" or "b". I thought no-op...