Commit graph

415 commits

Author SHA1 Message Date
Sébastien NOBILI
137d06fb10
fix: set_mode may not be taken into account (#596) 2024-08-08 11:35:40 +01:00
github-actions[bot]
7844d73fba chore(build): auto-generate vimdoc 2024-08-08 10:35:11 +00:00
fcying
16a2873e67
feat: add clear_env option (#598) 2024-08-08 11:34:48 +01:00
github-actions[bot]
8ed0f52006 chore(build): auto-generate vimdoc 2024-07-17 16:12:40 +00:00
github-actions[bot]
48be57eaba
chore(main): release 2.12.0 (#589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-17 17:12:02 +01:00
github-actions[bot]
cd55bf6aab chore(build): auto-generate vimdoc 2024-06-25 07:36:10 +00:00
Gyungmin Myung
74ce6904e1
feat: add shading_ratio option (#580)
Added a shading_ratio option that defaults to -3.
The bright background shading factor becomes config.shading_ratio * config.shading_factor after this change.
No breaking change is introduced by this pr.
2024-06-25 08:35:48 +01:00
github-actions[bot]
fee58a0473 chore(build): auto-generate vimdoc 2024-05-19 10:41:47 +00:00
Raffaele Mancuso
a9ea8a4c5c
docs: fix code comment typos (#574) 2024-05-19 11:41:23 +01:00
github-actions[bot]
066cccf48a
chore(main): release 2.11.0 (#571)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-22 14:24:15 +01:00
m10090
f059a52c3f
fix: cmd and path now work with paths containing spaces (#483) 2024-04-22 14:21:58 +01: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
Raffaele Mancuso
9e65d60cfa
fix: column indexing (#572)
We started in 75d3de9d26, this should finish the job by restoring correct behavior for "single_line" selection type.
2024-04-22 07:59:25 +01:00
Turiiya
dca1c80fb8
fix: autochdir for custom terminals (#553)
* fix: autochdir for custom terminals

* refactor: use ternary expression

can do it like this when the variable is now assigned outside of this block
2024-04-19 12:33:12 +01:00
Feliche-Demian Netliukh
fef08f32b9
fix: clear command (#565) 2024-04-19 12:23:57 +01:00
akinsho
abdc76d229 style(format): run stylua 2024-04-19 11:23:19 +00:00
Raffaele Mancuso
75d3de9d26
fix: cursor position after motion (#563)
nvim_win_set_cursor indexes  rowsfrom 1 but columns from 0, while we
seem to index columns from 1 as well.
2024-04-19 12:23:06 +01:00
github-actions[bot]
20ba30e26a chore(build): auto-generate vimdoc 2024-04-19 11:22:18 +00:00
Sébastien NOBILI
072ef17db1
doc: add missing display_name argument (#570)
Co-authored-by: Sébastien NOBILI <code@pipoprods.org>
2024-04-19 12:21:58 +01:00
Evgeni Chasnovski
d3fff44252
fix: ensure on_choice operates on exact items element (#566)
As `on_choice()` actions depend on modifying terminal objects in place,
make sure to operate on exact element and not a copy. As users can
override `vim.ui.select()`, its implementation might return an item's
copy (which is not explicitly prohibited) making later `on_choice()`
actions not 100% full proof.
2024-04-19 12:21:29 +01:00
github-actions[bot]
f20e809741 chore(build): auto-generate vimdoc 2024-04-19 11:20:27 +00:00
Yuyuan Yuan
72d2aa290a
feat: support the CR for nushell (#561) 2024-04-19 12:20:04 +01:00
github-actions[bot]
193786e037
chore(main): release 2.10.0 (#535)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-12 10:26:55 +00:00
github-actions[bot]
bcd33a210f chore(build): auto-generate vimdoc 2024-02-12 10:15:33 +00:00
Kevin Amses
63ac4c8529
fix: send_lines_to_terminal now honours ID variable when trim_spaces = false (#541)
Co-authored-by: amsesk <ubuntu@ip-10-128-254-37.ec2.internal>
2024-02-12 10:15:12 +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
akinsho
a4bdf1416a style(format): run stylua 2024-01-22 10:37:02 +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
Matthew Scott
bf918d5cf7
docs: fix README.md code snippet(#524) 2023-12-25 17:43:54 +00:00
github-actions[bot]
91be5f327e chore(build): auto-generate vimdoc 2023-12-13 08:07:26 +00:00
akinsho
ef748d4a6b style(format): run stylua 2023-12-13 08:07:07 +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]
cbd041d91b
chore(main): release 2.9.0 (#498)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-06 10:34:34 +00:00
github-actions[bot]
120368eedf chore(build): auto-generate vimdoc 2023-12-06 10:31:49 +00:00
Mads Moi-Aune
adee731029
docs: add missing ')' after end in TermSelect keymaps example (#519)
Adds the missing ')' after 'end' on the first example for setting up keymap for send_lines_to_terminal.
2023-12-06 10:31:29 +00:00
github-actions[bot]
6b334b9d12 chore(build): auto-generate vimdoc 2023-11-27 14:40:42 +00:00
akinsho
01d710fc0f style(format): run stylua 2023-11-27 14:40:21 +00:00
Dominique Haeusler
0731e99de5
fix(terminal): clear correctly on windows (#513)
* clear terminal on windows

* adjust clear function for os specific clear command

---------

Co-authored-by: Dominique Haeusler <dominique.haeusler@amcor.com>
2023-11-27 14:40:06 +00:00
github-actions[bot]
fb0c365534 chore(build): auto-generate vimdoc 2023-11-22 16:49:30 +00:00
Silico_Biomancer
5b84866498
feat: allow operator mapping to send to terminal (#507)
* Fix: Send correct visual range when using lua mapping

Fixes #458, I think

* Docs: Document using lua function directly in a mapping

Especially useful for python users

* feat: Add support for opfunc motions

* docs: document use of motion opfunc

---------

Co-authored-by: bluedrink9 <bluedrink9@github.com>
2023-11-22 16:49:09 +00:00
github-actions[bot]
c80844fd52 chore(build): auto-generate vimdoc 2023-10-02 11:05:19 +00:00
Abhinav Natarajan
ef1bbff59c
fix(commands): call ToggleTermSetName with count (#497)
fixes #496
2023-10-02 12:04:54 +01:00
github-actions[bot]
61e8ad370d chore(build): auto-generate vimdoc 2023-09-25 10:13:21 +00:00
github-actions[bot]
faee9d6042
chore(main): release 2.8.0 (#471)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-25 11:12:57 +01:00
github-actions[bot]
0427b908eb chore(build): auto-generate vimdoc 2023-09-11 06:46:50 +00:00
Devansh Sharma
81ea9f71a3
feat: add name param to ToggleTerm and TermExec (#479) 2023-09-11 08:46:23 +02:00