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
Oliver Blanthorn
3649f692d6
Nothing is more permanent than a temporary joke
2018-06-14 13:06:58 +01: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
Oliver Blanthorn
2692d55f9c
Correct colours
sp and add man alias
2018-05-19 14:10:58 +01:00
Oliver Blanthorn
a3a9011dad
Fix w quickmark
2018-05-19 13:42:57 +01:00
Oliver Blanthorn
9372964d0d
Add "w" quickmark for cmcaine 👑 👰 💒 🔔
2018-05-19 10:18:17 +01:00
Mohammad AlSaleh
36667348f1
Add a hint option for copying 'title' or 'alt' text
...
Similar to Vimperator's `;x`.
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2018-05-18 18:47:31 +03:00
Babil Golam Sarwar
bf9ccc1807
Fix URLs for :nativeinstall
and :nativeupdate
2018-05-18 11:52:15 +10:00
Oliver Blanthorn
a15fd500b4
Fix #71 .
2018-05-17 21:40:38 +01:00
Oliver Blanthorn
da3a1fa84d
Add jsb
for eval in the background context
2018-05-17 16:45:55 +01:00
Babil Golam Sarwar
aace162ad4
Remove unneeded PowerShell execution-policy
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative
command on Windows
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
00b5e004cf
Add required ExecutionPolicy
for Powershell
...
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows
2018-05-17 12:19:53 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite
2018-05-16 17:46:25 +01:00
Oliver Blanthorn
90d9098afe
current_url
, now with more dogfood
2018-05-16 17:12:29 +01:00
Oliver Blanthorn
e408f080d1
Allow composite
to pipe return values and add js
eval
2018-05-16 16:44:53 +01:00
Oliver Blanthorn
a9f6707282
Fix #505 again: add <CA-`> bind
2018-05-16 14:59:11 +01:00
glacambre
6dfcd5bab8
{background,config}.ts: Turn rc-loading into an autocmd
2018-05-16 14:03:00 +01:00
Oliver Blanthorn
4c09aabf38
Add colors
alias
...
I'll add colours later.
2018-05-16 00:10:55 +01:00
Oliver Blanthorn
d181e0b4a5
Fix #505 : add CA-Esc bind for ignore
2018-05-13 13:30:08 +01:00
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers
2018-05-12 14:26:42 +01:00
Oliver Blanthorn
58a1d23380
Belatedly warn people of I
deprecation
2018-05-11 12:06:43 +01:00
Oliver Blanthorn
e26f4a514f
Add CSP config option
...
Can only be enabled at runtime; restart is required if you want to
disable it.
2018-05-08 18:08:46 +01:00
Anton
19fd1196f8
hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false.
2018-05-08 12:27:30 +00:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases
2018-05-07 23:05:51 +02:00
Oliver Blanthorn
d46aa3f807
Add !s alias for silent exclaim
2018-05-06 08:15:26 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome
2018-05-05 12:49:45 +01:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase
2018-05-04 11:41:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454 : allow historyresults to be configured
2018-05-03 17:48:03 +01:00
Oliver Blanthorn
45a3020481
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_viewsource
2018-04-30 11:57:35 +01:00
glacambre
c11199526f
config.ts: Add gf
as default binding for viewsource
2018-04-29 08:36:45 +02:00
Oliver Blanthorn
afd0eb95a7
Change ignore mode binds to be symmetric and resolve Jupyter conflict
2018-04-28 13:38:53 +01:00
Oliver Blanthorn
f1b67b4279
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome
2018-04-27 15:30:50 +01:00