]> git.gir.st - VimFx.git/commit
Add window commands
authorSimon Lydell <simon.lydell@gmail.com>
Mon, 30 Nov 2015 13:57:34 +0000 (14:57 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Mon, 30 Nov 2015 13:57:34 +0000 (14:57 +0100)
commit47fc699ce8217ee90af4d12e81f102f2bea09d61
treeffed28c64c153ba9af877de0960eeadd0d8d0270
parentfbac0635792029270af56bb33bc53cbc3003138b
Add window commands

- `w`: Open new window.
- `W`: Open new private window.
- `gw`: Move tab to new window.
- `gF`: Follow link in new window.

Fixes #402.

In #402 two more commands were discussed:

- `q`: Close window. Can easily make more harm than good. Also, why learn a
  Firefox-specific shortcut to close a window, when you can use an OS-wide
  shortcut?
- `Q`: Suggested only for symmetry with `x` and `X`. YAGNI.
19 files changed:
documentation/api.md
documentation/commands.md
extension/lib/commands.coffee
extension/lib/defaults.coffee
extension/locale/de/vimfx.properties
extension/locale/el-GR/vimfx.properties
extension/locale/en-US/vimfx.properties
extension/locale/fr/vimfx.properties
extension/locale/hu/vimfx.properties
extension/locale/id/vimfx.properties
extension/locale/it/vimfx.properties
extension/locale/ja/vimfx.properties
extension/locale/nl/vimfx.properties
extension/locale/pl/vimfx.properties
extension/locale/pt-BR/vimfx.properties
extension/locale/ru/vimfx.properties
extension/locale/sv-SE/vimfx.properties
extension/locale/zh-CN/vimfx.properties
extension/locale/zh-TW/vimfx.properties
Imprint / Impressum