Oliver Blanthorn
d26402929d
Remove obsolete code >:D
2018-07-25 12:08:04 +01:00
Oliver Blanthorn
99f6dc4e8e
Hack keyseq into working with ignore
2018-07-25 11:44:34 +01:00
Oliver Blanthorn
2e6e2b0167
Merge branch 'sane-hints' of github.com:cmcaine/tridactyl
...
Also add a bind for rapid hint mode: `gF`.
2018-07-21 16:53:42 +01:00
Chris Pickard
e476817663
Ctrl-Y should scroll up
2018-07-19 15:04:19 -04:00
Oliver Blanthorn
0d0cbb3b4c
Add vimium style tabmove binds
2018-07-17 16:17:25 +01:00
Susexe
56c1f1a159
Add <A-p> keybind to toggle tab pinning
2018-07-16 15:25:30 +02:00
Anton Vilhelm Ásgeirsson
95e411ab7b
Add <A-m> keybind to toggle mute on tabs.
2018-07-16 09:50:18 +00:00
Anton Vilhelm Ásgeirsson
171bed6eac
Rename '-u' to 'unmute', reflect that in documentation and config.ts
2018-07-16 09:28:50 +00:00
Anton Vilhelm Ásgeirsson
4e8d3f707b
Add mute
excmd.
...
Mute takes a couple of arguments that are a bit loosely defined. `-u`
unmutes, as seen by the `unmute` exalias. `toggle` toggles between the
states. `all` applies `mute/unmute/toggle` on all the tabs in the current window.
2018-07-15 23:46:13 +00:00
Oliver Blanthorn
2a43d0b910
Merge branch 'x_selection' of https://github.com/glacambre/tridactyl into glacambre-x_selection
2018-07-12 18:13:49 +01:00
Oliver Blanthorn
047c9d2918
Rename rmautocmd to autocmddelete to be more like Vim
...
Also remove au! as I would expect these to merely allow overwriting the autocommand, not just wipe it clean
2018-07-12 16:51:25 +01:00
Oliver Blanthorn
e548d03b96
Merge branch 'remove-autocmds' of https://github.com/friedm/tridactyl into friedm-remove-autocmds
2018-07-12 16:40:20 +01:00
Oliver Blanthorn
e1bee5e8c4
Merge branch 'dismiss_fillcmdline_tmp' of https://github.com/glacambre/tridactyl into glacambre-dismiss_fillcmdline_tmp
2018-07-12 16:38:11 +01:00
Babil Golam Sarwar
02c76e0f00
Fix PowerShell auto-close when native-messenger installation fails
2018-07-11 17:08:44 +10:00
glacambre
2eea72e429
Make external clipboard settings simpler, document them
2018-07-04 06:09:09 +02:00
glacambre
afd4c613c8
Implement native messenger interaction with the X selection buffer
2018-07-04 05:45:29 +02:00
Oliver Blanthorn
c0c0abbcab
Add binds for yankmd and yanktitle
2018-07-03 19:12:04 +01:00
Matt Friedman
06a8e1db53
add autocmd! to remove specific autocmds
2018-07-02 22:53:04 -07:00
glacambre
496d1cb0f8
Make <Esc> dismiss fillcmdline_tmp messages
2018-07-02 07:06:26 +02:00
Oliver Blanthorn
d716b48c85
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-notification_mechanism
2018-07-01 20:24:09 +01:00
glacambre
95a1ae29b6
Make sure bind/unbind use the same binding format
2018-07-01 18:24:37 +02:00
glacambre
bcc13786dc
Make fillcmdline replace cmdline content on empty string
2018-07-01 17:30:10 +02:00
Oliver Blanthorn
be5c4e2d75
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_bufferall
2018-06-20 12:34:50 +01:00
glacambre
e27f93c913
Improve :bufferall, bind it to 'B'
2018-06-18 07:55:46 +02:00
Oliver Blanthorn
af61d8a42e
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-add_docend_event
2018-06-17 22:16:49 +01:00
Oliver Blanthorn
16e29a5ee7
Merge branch 'master' of github.com:cmcaine/tridactyl into peff-numeric-hints
2018-06-17 20:56:31 +01:00
Oliver Blanthorn
db5e98a77c
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers
2018-06-17 20:29:14 +01:00
Oliver Blanthorn
1cf13b6863
Merge pull request #688 from glacambre/fix_sanitize_breaking_config
...
config.ts: Fix :sanitise tridacyl{local,sync} breaking config.get()
2018-06-17 18:48:24 +01:00
Oliver Blanthorn
53b2e6670b
Add missing ;w hint winopen bind
2018-06-17 18:18:23 +01:00
glacambre
8ccc9e3bb5
config.ts: Fix :sanitise tridacyl{local,sync} breaking config.get()
2018-06-16 14:39:42 +02:00
Anton Vilhelm Ásgeirsson
01307ddc2c
Added container color to the mode indicator. This functionality is hidden behind a config setting "containerindicator".
...
Related function 'activeTabContainer' was added to 'src/lib/webext.ts'.
Minor changes to getFromId error handling in 'src/lib/containers.ts'.
2018-06-16 09:22:52 +00:00
Jeff King
87529877b9
hinting: add "hintnames" config
...
We always generate hints using the "short" mechanism added
by 34aa42061e
. In preparation
for adding a new mode, let's add a config option to select
this.
I've made "uniform" a separate mode. I don't actually care
about this mode myself, but it looks like there's no other
way to trigger the pre-34aa4206 behavior, even though we're
still carrying the code. It's possible that nobody cares and
it should simply be removed.
2018-06-14 16:22:37 -04:00
Anton
0d4dda786e
Work on containerUpdate started
...
./lib/containers updates:
containerCreate: now treats (name, color, icon) as a unique constraint
containerUpdate: not working right now, really needs non positional arguments
containerGetAll: returns all containers (probably useful for completions later)
containerFromString: takes in string arguments and returns a pseudo ContextualIdentity object for validation purposes.
containerExists: returns a boolean, true if container exists or if the query fails.
2018-06-14 12:58:08 +00:00
Oliver Blanthorn
3649f692d6
Nothing is more permanent than a temporary joke
2018-06-14 13:06:58 +01:00
glacambre
fa34a42a54
{config,excmds}.ts: Add DocEnd autocommand
2018-06-02 05:35:48 +02:00
glacambre
cd5078e9b6
Add TabEnter and TabLeft autocommands
2018-06-01 08:39:43 +02:00
glacambre
ec0d783d16
scrolling.ts: Don't fetch preferences
2018-05-30 05:24:55 +02:00
Oliver Blanthorn
13080a9cf2
Set smoothscroll false until 'we can figure out what the hell is going on'
2018-05-29 20:38:12 +01:00
Oliver Blanthorn
5322577e0f
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-smoothscroll
2018-05-28 16:31:28 +01:00
Oliver Blanthorn
270509d729
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_jumplist
2018-05-28 16:15:43 +01:00
Oliver Blanthorn
f37bf91b21
Increase time before jump added
2018-05-28 16:15:37 +01:00
Oliver Blanthorn
595a49d0fb
Merge branch 'master' of github.com:cmcaine/tridactyl into gsbabil-gsbabil/windows-compiled-native-messenger-support
2018-05-28 14:16:57 +01:00
glacambre
30c8c82214
excmds.ts: Store jumplist in tab storage
2018-05-27 15:59:20 +02:00
glacambre
3a864c189d
{config,excmd}.ts: Implement :jumpback and :jumpforward
2018-05-27 09:03:04 +02:00
glacambre
0e95ead1c3
Implement smooth scrolling
2018-05-26 17:33:10 +02:00
Oliver Blanthorn
98f29d875a
Document <C-A-`> bind for ignore mode
2018-05-25 09:24:02 +01:00
Oliver Blanthorn
98ad63cfc8
Improve discoverability of contributors
2018-05-23 15:39:40 +01:00
Oliver Blanthorn
e453464697
Make qa
into an alias: fix #595
2018-05-22 17:09:19 +01:00
Babil Golam Sarwar
dd21250b5d
Merge branch 'master' of https://github.com/cmcaine/tridactyl into 'gsbabil/windows-compiled-native-messenger-support'
2018-05-21 08:53:14 +10:00
Bruno Oliveira
0feaa3d2ca
Improve Tridactyl theming capabilities
2018-05-20 16:22:46 +01:00