Commit graph

93 commits

Author SHA1 Message Date
github-actions[bot]
7844d73fba chore(build): auto-generate vimdoc 2024-08-08 10:35:11 +00:00
github-actions[bot]
8ed0f52006 chore(build): auto-generate vimdoc 2024-07-17 16:12:40 +00:00
github-actions[bot]
cd55bf6aab chore(build): auto-generate vimdoc 2024-06-25 07:36:10 +00:00
github-actions[bot]
fee58a0473 chore(build): auto-generate vimdoc 2024-05-19 10:41:47 +00:00
github-actions[bot]
c1b8f7eb62 chore(build): auto-generate vimdoc 2024-04-22 11:10:59 +00:00
Liu(**348**)
5ec59c3a8a
feat: add string array support to open_mapping setting. (#557)
* Add an array type for open_mapping.

* Fix typos and minor fixes.

* Add keymap function to utils.
2024-04-22 12:10:39 +01:00
github-actions[bot]
17b4f1eeec chore(build): auto-generate vimdoc 2024-04-22 06:59:49 +00:00
github-actions[bot]
20ba30e26a chore(build): auto-generate vimdoc 2024-04-19 11:22:18 +00:00
github-actions[bot]
f20e809741 chore(build): auto-generate vimdoc 2024-04-19 11:20:27 +00:00
github-actions[bot]
bcd33a210f chore(build): auto-generate vimdoc 2024-02-12 10:15:33 +00:00
Tim Hammerquist
b49df5cdce
doc(float_opts): adds row and col to float_opts documentation (#532) 2024-01-22 17:20:58 +00:00
github-actions[bot]
5150a326c5 chore(build): auto-generate vimdoc 2024-01-22 10:37:21 +00:00
Andrei Kochemirovskii
d3aa6e88c2
feat: enable title for floating terminals (#534) 2024-01-22 10:36:47 +00:00
github-actions[bot]
e3805fed94 chore(build): auto-generate vimdoc 2023-12-25 17:44:17 +00:00
github-actions[bot]
91be5f327e chore(build): auto-generate vimdoc 2023-12-13 08:07:26 +00:00
fisher-j
0532d3a94d
newline_chr is optionally user-specified (#518)
* newline_chr is optionally user-specified

R on cmd.exe on windows adds a newline using the current logic (newline
is chosen as: "\r\n"). This proposal makes newline_chr a property of the
terminal, and allows the user to specify it's value when creating
custom terminals.

* remove commented code

* Docs: CUSTOM TERMINAL USAGE

* spelling

Co-authored-by: Akin <22454918+akinsho@users.noreply.github.com>

* remove comment

---------

Co-authored-by: Akin <22454918+akinsho@users.noreply.github.com>
2023-12-13 08:06:51 +00:00
github-actions[bot]
120368eedf chore(build): auto-generate vimdoc 2023-12-06 10:31:49 +00:00
github-actions[bot]
6b334b9d12 chore(build): auto-generate vimdoc 2023-11-27 14:40:42 +00:00
github-actions[bot]
fb0c365534 chore(build): auto-generate vimdoc 2023-11-22 16:49:30 +00:00
github-actions[bot]
c80844fd52 chore(build): auto-generate vimdoc 2023-10-02 11:05:19 +00:00
github-actions[bot]
61e8ad370d chore(build): auto-generate vimdoc 2023-09-25 10:13:21 +00:00
github-actions[bot]
0427b908eb chore(build): auto-generate vimdoc 2023-09-11 06:46:50 +00:00
github-actions[bot]
b2b234941a chore(build): auto-generate vimdoc 2023-09-11 06:17:07 +00:00
github-actions[bot]
f2c7207462 chore(build): auto-generate vimdoc 2023-09-07 07:14:12 +00:00
github-actions[bot]
7e400d3742 chore(build): auto-generate vimdoc 2023-09-06 12:08:18 +00:00
github-actions[bot]
12cba0a196 chore(build): auto-generate vimdoc 2023-08-03 08:37:08 +00:00
github-actions[bot]
0e4e89aff7 chore(build): auto-generate vimdoc 2023-08-02 07:35:05 +00:00
github-actions[bot]
00c13dccc7 chore(build): auto-generate vimdoc 2023-07-17 13:54:43 +00:00
github-actions[bot]
1f5b551a0b chore(build): auto-generate vimdoc 2023-07-14 14:19:51 +00:00
github-actions[bot]
83aa231fa4 chore(build): auto-generate vimdoc 2023-07-10 08:28:17 +00:00
github-actions[bot]
2249e974fa chore(build): auto-generate vimdoc 2023-07-05 14:44:46 +00:00
github-actions[bot]
b84fc99052 chore(build): auto-generate vimdoc 2023-07-03 21:47:29 +00:00
github-actions[bot]
4cac5c9644 chore(build): auto-generate vimdoc 2023-06-26 20:23:03 +00:00
github-actions[bot]
cf146a267a chore(build): auto-generate vimdoc 2023-05-30 08:08:57 +00:00
github-actions[bot]
a44313fb28 chore(build): auto-generate vimdoc 2023-05-22 08:14:21 +00:00
github-actions[bot]
26f16d3bab chore(build): auto-generate vimdoc 2023-05-18 07:00:25 +00:00
github-actions[bot]
68fdf851c2 chore(build): auto-generate vimdoc 2023-04-24 18:35:18 +00:00
github-actions[bot]
72f5445442 chore(build): auto-generate vimdoc 2023-04-24 18:34:20 +00:00
github-actions[bot]
1c5996ee3c chore(build): auto-generate vimdoc 2023-04-12 10:43:06 +00:00
github-actions[bot]
2e477f7ee8 chore(build): auto-generate vimdoc 2023-04-09 17:28:31 +00:00
github-actions[bot]
cae836fc5f chore(build): auto-generate vimdoc 2023-03-31 18:50:06 +00:00
Maddison Hellstrom
0aa936445b
feat: support z-index option for floating windows (#418) 2023-03-25 08:31:52 +00:00
akinsho
31d38d1139 chore(ci): auto generate docs 2023-02-26 09:52:27 +00:00
akinsho
1f47ea9cda chore(ci): auto generate docs 2023-02-22 19:24:34 +00:00
akinsho
ecf9dacccb chore(ci): auto generate docs 2023-02-20 18:10:19 +00:00
akinsho
0701a1b1ec chore(ci): auto generate docs 2023-02-20 18:05:09 +00:00
akinsho
57f3d489e1 chore(ci): auto generate docs 2023-02-20 17:36:53 +00:00
Stevan Milic
a5638b2206
feat: restore terminal view on smart toggle (#399)
A continuation of #397 where the idea is taken a bit further, and a complete terminal view is being toggled instead of just the last toggled terminal. When working with the terminals you often want to save your complete view that you've been working on, instead of just closing terminals one by one, and opening them up (again) one by one. There's already a utility mapping that let's you open and close all of your terminals, but this doesn't take into consideration what was previously opened. Therefore to make smart_toggle even smarter we could save the current terminal view, and then open it up the next time it is triggered.

In order to achieve this functionality we could keep a list of terminals that were closed, and use it to go over the list to open them on next smart toggle.
2023-02-20 17:36:22 +00:00
akinsho
557664818f chore(ci): auto generate docs 2023-02-17 12:17:21 +00:00
Stevan Milic
42438b3042
feat: open last toggled term on smart toggle (#397) 2023-02-17 12:16:53 +00:00