Commit graph

1157 commits

Author SHA1 Message Date
Babil G. Sarwar
cb32af182b
Add --overwrite and --cleanup options to 'saveas' 2021-03-13 12:55:08 +01:00
Rummskartoffel
7f2d5a0c77 Respect ARIA role "textbox" for input selection
Fixes #1069 and probably a bunch of other sites that may or may not have
their own issues already reported.
2021-03-12 16:59:50 +01:00
Rummskartoffel
5e647c3e18
Remove outdated comment
Fixes #2441
2021-03-10 16:58:52 +01:00
Dhruva Sambrani
507be18665
Fix documentation 2021-03-10 13:21:41 +05:30
Oliver Blanthorn
b7ba379b71
Restore important source of humour 2021-03-09 15:24:09 +01:00
Dhruva Sambrani
84b4e9d64d
Update src/excmds.ts to fix documentation
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-03-05 02:14:33 +05:30
Dhruva Sambrani
57df8d24d2
Update excmds.ts 2021-03-05 00:33:26 +05:30
Jez Cope
ba6297734a
Update Matrix link in excmds.ts 2021-03-04 15:47:38 +00:00
Rummskartoffel
45ac1f107f Native, Windows: fix updating (#3397)
Fix quoting in 'nativeinstallcmd'. This should also work with the old
Python version, but is not yet tested.

In :updatenative, decide what to do based on messenger version:
- if on Python, use Native.run()
- if on broken version, throw error
- if on fixed version, use Native.runAsync()
Version numbers may need to be adjusted before merge. Should be merged
simultaneously with Linux fix to simplify version checking.
2021-02-24 16:03:21 +01:00
Oliver Blanthorn
191ac7c067 Improve escapehatch help 2021-02-22 11:21:12 +01:00
Oliver Blanthorn
ab5be37cff Improve keymap help 2021-02-22 09:40:07 +01:00
Oliver Blanthorn
ca6f949f34
Fix #3381: add autocmd logging 2021-02-21 07:13:28 +01:00
Rummskartoffel
61e6e9263c Use Record for useractions 2021-02-20 11:34:11 +01:00
Rummskartoffel
3391e5beeb Fix a few trivial no-unsafe-call errors 2021-02-19 18:34:49 +01:00
Oliver Blanthorn
4867ac35bb
Merge pull request #3363 from bew/add-tabclosepinned-option
Add tabclosepinned option to config tabclose on pinned tabs
2021-02-18 09:16:09 +00:00
Oliver Blanthorn
6377634fb7
Fix #3364: add tabsort command 2021-02-18 10:14:40 +01:00
Benoit de Chezelles
0088b18798 Remove outdated 'Id' from helper func 2021-02-18 00:13:58 +01:00
Oliver Blanthorn
c8431cea3c
Fix tab index display 2021-02-14 15:46:48 +00:00
Oliver Blanthorn
b8994e333c
Fix bug: index is not id
tabs.query doesn't provide a way to query by id; index
is the position of the tab within the window.

I had to make a tabFromIndex function to avoid a right
mess.
2021-02-14 16:38:00 +01:00
Oliver Blanthorn
049cd81739
Play golf 2021-02-14 16:17:27 +01:00
Benoit de Chezelles
64ebee2f2b Better comment to show the whole tabclose call will be aborted 2021-02-14 15:50:06 +01:00
Benoit de Chezelles
ec695274c4 Move tabclosepinned check outside of the loop 2021-02-14 15:47:30 +01:00
Benoit de Chezelles
53dfaa6ecb Add tabclosepinned option to config tabclose on pinned tabs 2021-02-14 15:35:14 +01:00
Oliver Blanthorn
cb50503668
Merge pull request #3326 from fluem/winopen_container_support
Add container support for winopen
2021-02-08 22:00:06 +00:00
Oliver Blanthorn
6101d8ad46
Fix :winopen focus 2021-02-07 22:37:32 +01:00
fluem
6f8f5e9737 Avoid sleep when opening new window in container 2021-02-07 01:20:14 +01:00
fluem
70755ac4bf Ensure -private with -c fails 2021-02-05 11:00:16 +01:00
Oliver Blanthorn
34b0fce454
Merge pull request #3328 from fluem/enable_no_throw_literal
Enable 'no-throw-literal' lint rule
2021-02-04 21:12:14 +00:00
fluem
c12a8bc348 Enable 'no-throw-literal' lint rule 2021-02-04 19:58:47 +01:00
fluem
d9ac0cf2c5 Add container support for winopen 2021-02-04 15:40:14 +01:00
Rummskartoffel
8b0827b50c Support counts for :scrollpage binds like <C-f> 2021-02-03 21:46:29 +01:00
Tiago Epifânio
82bc5626f5 Fixed matrix links (riot.im to element.io) 2021-02-03 09:36:50 +00:00
Oliver Blanthorn
fba804f2b8
Merge pull request #3310 from fluem/fix_relative_zoom
Fix #3031: Fix relative zoom when using negative levels
2021-02-01 14:53:36 +00:00
fluem
5b68faceae Fix #3031: Fix relative zoom when using negative levels 2021-02-01 15:38:36 +01:00
fluem
0d9cab2834 Fix #3097: add hintautoselect option 2021-02-01 13:23:48 +01:00
Oliver Blanthorn
1e469bda36
Make :colours more intuitive 2021-01-31 16:12:17 +01:00
Oliver Blanthorn
71cbace68d
Don't reinstall themes all the time 2021-01-31 15:52:59 +01:00
Oliver Blanthorn
eec506899e
Ameliorate #3299: add short delay between quickmarks 2021-01-30 22:37:43 +01:00
Jay Kamat
0bd5195616
Add support for looking up tabs by url or title in tab excmd 2021-01-28 14:17:52 -08:00
Oliver Blanthorn
71ce9735d7
Fix #3260: add :reloaddead 2021-01-28 14:34:24 +01:00
Oliver Blanthorn
55d872b502
Fix #2808: add :mkt --clipboard 2021-01-28 13:29:53 +01:00
Oliver Blanthorn
f406031a5a
Fix #2535: stop writing custom themes to RC files 2021-01-27 10:45:28 +01:00
Oliver Blanthorn
071b6bd6b3
Merge pull request #3262 from jgkamat/jay/dedupe-taball
Migrate taball functionality into tab and alias them
2021-01-27 08:40:32 +00:00
Oliver Blanthorn
89a3dfc250
Fix #3148: allow themes to be loaded from URLs 2021-01-26 22:32:40 +01:00
Oliver Blanthorn
90dd599904
Clarify :bmarks help 2021-01-24 21:48:56 +01:00
Jay Kamat
4f99a850e2
Migrate taball functionality into tab and alias them 2021-01-23 12:50:03 -08:00
Oliver Blanthorn
af3f4b3937
Remove references to deprecated nativeinstall alias 2021-01-23 17:40:46 +01:00
Oliver Blanthorn
c43c4fa42c
Fix #3255: add yo bind for yankorg 2021-01-22 17:57:30 +01:00
Oliver Blanthorn
74dbdea4d4
Use platform-defaults to tidy up Windows nativeinstall 2021-01-16 22:24:09 +01:00
Oliver Blanthorn
0bd57ab10e
Add link to source and old messenger 2021-01-10 17:31:41 +01:00