This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/e2e
chocolateboy 6605d3ea99 Add an option to close the current tab and select the tab to the left
Add an option to tabs.close to close the current tab
and select the tab to the left.

Bound to `D` by default, which replaces the tabs.close.right
command, which is rarely-used. [1]

The old `D` behavior has been moved to `gd`.

+ update the README and fix some lint errors

[1] https://tinyurl.com/y4mj7hjy
2019-07-28 20:34:53 +01:00
..
lib Add e2e tests for completions 2019-04-16 21:58:10 +09:00
blacklist.test.js Add e2e tests for blacklist 2019-04-17 21:17:04 +09:00
clipboard.test.js Add e2e tests for yank/paste 2019-04-15 21:19:43 +09:00
command_addbookmark.test.js Add e2e tests for addbookmark command 2019-04-14 20:43:16 +09:00
command_bdelete.test.js Add e2e tests for bdelete/bdeletes command 2019-04-14 20:43:16 +09:00
command_buffer.test.js Add e2e tests for buffer command 2019-04-14 20:43:16 +09:00
command_open.test.js open command 2019-04-14 20:43:16 +09:00
command_quit.test.js Add e2e tests for quit/quitall commands 2019-04-14 20:43:16 +09:00
command_tabopen.test.js open command 2019-04-14 20:43:16 +09:00
command_winopen.test.js open command 2019-04-14 20:43:16 +09:00
completion.test.js Add e2e tests for completions 2019-04-16 21:58:10 +09:00
completion_buffers.test.js Add e2e tests for completions 2019-04-16 21:28:42 +09:00
completion_open.test.js Add e2e tests for "complete" property 2019-04-18 21:54:56 +09:00
completion_set.test.js Add e2e tests for completions 2019-04-16 21:58:10 +09:00
console.test.js Follow the master in lanthan 2019-04-13 09:38:59 +09:00
eventually.js Use native assert instead of power-assert 2019-04-06 22:39:40 +09:00
follow.test.js Add e2e tests for follow 2019-04-20 16:16:37 +09:00
follow_properties.test.js Fix test case 2019-05-27 19:46:37 +09:00
mark.test.js Follow the master in lanthan 2019-04-13 09:38:59 +09:00
navigate.test.js Make stable e2e tests 2019-04-20 16:36:30 +09:00
repeat.test.js Add repeat operation test 2019-05-26 15:44:13 +09:00
scroll.test.js Follow the master in lanthan 2019-04-13 09:38:59 +09:00
settings.js Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00
tab.test.js Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00
zoom.test.js Follow the master in lanthan 2019-04-13 09:38:59 +09:00