Commit graph

37 commits

Author SHA1 Message Date
Shin'ya Ueoka
98bc2326ee Refactor background directories 2018-05-06 11:48:31 +09:00
Cornelius Matějka
5c803656f2 Fixed few lint errors 2018-01-14 17:19:02 +01:00
Cornelius Matějka
e7dcd7f500 Pinned tabs are not closeable by 'd'
Added binding 'DD' to force tab close which also closes pinned tabs
2018-01-14 17:19:02 +01:00
Shin'ya Ueoka
423d17aeb6
Merge pull request #137 from alx741/tabs
Most recently used tab selector
2018-01-14 00:29:08 +00:00
Daniel Campoverde
f9b59a1433 Remove unused variables 2017-11-26 14:52:54 -05:00
Daniel Campoverde
0056c5fec4 Fix visible links test 2017-11-26 14:40:26 -05:00
Daniel Campoverde
70a47fdaee Fix linter error 2017-11-26 13:38:17 -05:00
Daniel Campoverde
6fc5d06205 Previous selected tab based on tab events only 2017-11-26 13:26:27 -05:00
Daniel Campoverde
3acd921d52 Use tab-change event handler 2017-11-26 13:19:40 -05:00
Daniel Campoverde
e9a7f679c4 Keep current en previous tabs id 2017-11-26 12:39:09 -05:00
Daniel Campoverde
9c1bc5552a Format lines to 80 chars 2017-11-26 12:39:09 -05:00
Daniel Campoverde
94dedbd0e9 Clean selectPrevSelTab 2017-11-26 12:39:09 -05:00
Daniel Campoverde
92a1e170e1 Keep previous selected tab 2017-11-26 12:39:08 -05:00
Daniel Campoverde
50cc126e08 Dummy selectPrevSelTab implementation 2017-11-26 12:39:08 -05:00
Kostyantyn Leschenko
cc539d96bc Fix buffers completion when there are some tabs with undefined title. 2017-11-20 16:58:39 +02:00
usk
c4de9ec451 add support for duplicating current tab 2017-11-07 03:22:18 +09:00
Jiabo Hou
87b8280d4b code review
* change default keybinding for pin/unpin tab from 'p' to 'zp'
 * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
2017-11-05 18:09:02 -05:00
Jiabo Hou
c2d2f895a5 added support for pinning/unpinning tabs
features:
 * pin tab
 * unpin tab
 * toggle pin/unpin tab
2017-11-05 17:28:26 -05:00
Daniel Campoverde
ef98e196ab Add TAB_LAST operation 2017-10-29 22:26:08 -05:00
Daniel Campoverde
d0df1a05a1 Clean up TAB_FIRST operation 2017-10-29 22:03:46 -05:00
Daniel Campoverde
2c97f8a4f3 Fix selectFirstTab 2017-10-29 22:01:12 -05:00
Daniel Campoverde
026fee32d6 Default TAB_FIRST mapping 2017-10-29 21:56:59 -05:00
Daniel Campoverde
a2651f617f Add TAB_FIRST operation 2017-10-29 20:48:22 -05:00
Shin'ya Ueoka
142c7d45f4 fix errors on tabs selection 2017-10-10 22:11:19 +09:00
Shin'ya Ueoka
053a6f0948 fix tab selection 2017-10-10 21:45:54 +09:00
Shin'ya Ueoka
9ae814dfe4 more strict lint 2017-09-17 08:59:12 +09:00
Shin'ya Ueoka
879b5afe66 key input sequence as action/reducer 2017-09-10 22:14:55 +09:00
Shin'ya Ueoka
73a4fe0bb1 do simple completion 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
4341f5ab62 select tab as rotations 2017-09-05 18:15:24 +09:00
Shin'ya Ueoka
e0bff54a82 use promise and show errors 2017-09-03 16:13:02 +09:00
Shin'ya Ueoka
3e2820a6b4 throw error on multiple buffer matched 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
bd66a670aa support :buffer swiching by keyword 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
1c21e4fa28 simple buffer command 2017-09-02 10:14:30 +09:00
Shin'ya Ueoka
cb36fc666c support r/R commands 2017-08-26 18:43:15 +09:00
Shin'ya Ueoka
dc860d32f5 implement d/u command 2017-08-16 20:26:02 +09:00
Shin'ya Ueoka
082450928a use key-queue for input 2017-08-13 12:00:39 +09:00
Shin'ya Ueoka
8e5ceebf61 implement simple tab switch 2017-08-12 12:55:37 +09:00