Kovid Goyal
503e0a8acf
Cleanup previous PR
2026-03-23 08:54:57 +05:30
Kovid Goyal
fa2d7a789e
Mention the command palette in the overview docs
2026-03-11 08:24:42 +05:30
Kovid Goyal
50bc3f465e
Cleanup previous PR
...
Also fix ask kitten not setting window title in modes other than choose
2026-03-05 11:19:40 +05:30
Kovid Goyal
c772b9a078
Add a note about kitty UI mouse features to the docs
2026-03-05 07:59:57 +05:30
Kovid Goyal
da45f7eeaa
Clenaup previous PR
...
Make pixel scrolling the default. Fix memory leak where blank line was
not being deallocated in Screen destructor.
2026-01-08 11:01:34 +05:30
Delice0
63fcebd285
Clarify pixel_scroll scrollback scope
2025-12-26 19:33:21 +01:00
Delice0
5f45abd311
Document pixel scrolling option
2025-12-26 19:33:21 +01:00
Kovid Goyal
71fef270f3
Fix #9196
2025-11-06 22:59:53 +05:30
Kovid Goyal
b401e12fd9
Note how to use nvim as scrollback pager in the docs for that option
2025-09-22 08:52:28 +05:30
Kovid Goyal
1e13050fda
Nicer debug output for scrollbar option
2025-09-14 12:26:25 +05:30
Aleksey Smolenchuk
65a4d89282
Interactive scrollbar implementation
2025-09-08 11:33:15 -07:00
Kovid Goyal
0cab165daa
Remove duplicate sessions label
2025-08-17 20:13:33 +05:30
Kovid Goyal
c982978e82
Add some docs for the new session features
2025-08-17 14:27:19 +05:30
George Joseph
d2288ee787
Add support for os_window_name in startup sessions.
...
You can now specify `os_window_name` in addition to `os_window_class` in
startup sessions. It works for the initial session as well as new sessions
started with `new_os_window`.
Updated documentation in overview.rst to add `os_window_name` in the
Startup Session examples.
Although not related to this feature. The documentation in launch.py
was updated to note that the `launch --type` `tab` and `os-window` options
aren't supported when launch is invoked from a startup script. There's
already a note to that effect in the "Startup Sessions" section in
overview.rst but if you're looking at the launch syntax page like I was,
you wouldn't realize the limitation. This was throwing me for a loop while
wotking on this PR.
Resolves : #8387
2025-03-02 14:10:17 -07:00
Kovid Goyal
59c4d05335
...
2025-02-03 11:06:42 +05:30
Coleman McFarland
b9d820884b
Fix a typo in overview.rst
2024-11-06 21:12:53 -05:00
Kovid Goyal
08931a9aba
Add an example of seeing the output of a short lived command
2024-10-09 09:21:02 +05:30
Adam Chalmers
b5fc63cbb5
Fix typo in docs
...
s/firt/first
2024-09-04 08:06:06 -05:00
Kovid Goyal
681048f1ca
launch command: A new --bias option to adjust the size of newly created windows declaratively
...
Still need to implement it for the Grid layout.
Fixes #7634
2024-07-20 12:37:18 +05:30
Kovid Goyal
681a2b7b28
Sessions: A new command focus_matching_window to shift focus to a specific window, useful when creating complex layouts with splits
2024-07-19 14:54:44 +05:30
Kovid Goyal
0965155935
Make the scrollback indicator visible by default
2024-03-31 12:15:05 +05:30
Kovid Goyal
512a672398
...
2023-10-19 08:12:04 +05:30
Kovid Goyal
35766a1a86
Link to a couple of kittens for more advanced scrollback paging in the docs
2023-09-18 11:01:17 +05:30
James Vaughan
a5a0d5acb9
Fix typo in overview doc
2023-02-27 16:53:44 -08:00
pagedown
ba83ce7b10
macOS: Display the newly created OS window in specified state
...
Fix the maximized window can't occupy full screen space when window
decoration or title bar is hidden.
Fix resize_in_steps being applied even when window is maximized.
Allows to specify `os_window_state` in startup session file.
2023-02-18 14:02:19 +08:00
Kovid Goyal
ca1a5dcf5e
Update design philosophy to mention Go code
2023-02-10 10:51:16 +05:30
Kovid Goyal
60791bb57b
Session files: Expand environment variables
2023-01-23 17:34:53 +05:30
Ikko Eltociear Ashimine
fd245e894b
Fix typo in overview.rst
...
specifed -> specified
2023-01-17 12:05:46 +09:00
Kovid Goyal
66a2e6f80d
...
2023-01-06 22:06:58 +05:30
Michael
d3f3e9ec38
docs: fix overview.rst
...
add missing `be`, L88
2022-12-16 12:06:25 +08:00
Kovid Goyal
6741ac2087
Sessions: Allow controlling which OS Window is active via the focus_os_window directive
2022-09-10 08:27:36 +05:30
Kovid Goyal
1d846f3744
Cleanup previous PR
...
Merge branch 'session-resize-window' of https://github.com/sirno/kitty
2022-06-14 19:59:01 +05:30
pagedown
13303416b8
Docs: Improve the documentations
...
Add more text roles and links.
Fix typos.
Adjust the default shortcut order in overview.
Notes on the impact of kitty-open.desktop on the default open apps.
Document KITTY_DEVELOP_FROM in glossary.
Add Python type hints to the watcher example.
Mention clone-in-kitty in launch --copy-env.
Fix remote control ls example does not work, by escaping the backslash.
2022-04-30 17:07:36 +08:00
Kovid Goyal
c9ef4aa8c8
Sessions: Fix os_window_size and os_window_class not applying to the first OS Window
...
Fixes #4957
2022-04-12 21:38:29 +05:30
Kovid Goyal
f9cfb6f989
use sphinx extlinks instead of custon roles
2022-01-21 08:19:57 +05:30
pagedown
7e449dec4f
Docs: Use underscores in kitten document filenames
2021-12-10 17:30:51 +08:00
pagedown
8ae0ae2c93
Docs: use the action name of the shortcut in several places
2021-12-10 14:36:16 +08:00
Kovid Goyal
a78138ab61
Add a reference to ctrl+shift+right click in the overview
2021-11-18 08:42:30 +05:30
Kovid Goyal
482d3bb913
Better integrate shell integration into sidebar toc
2021-08-18 10:06:07 +05:30
Kovid Goyal
c98e4eb478
Start documenting shell integration
2021-08-18 10:06:07 +05:30
Kovid Goyal
7cd05ad76b
...
2021-08-18 10:06:07 +05:30
Kovid Goyal
8a9234ba4f
Move shell integration docs into own file
2021-08-18 10:06:06 +05:30
Kovid Goyal
37c563802c
typo
2021-08-03 12:58:38 +05:30
Kovid Goyal
329d95fd3a
Include all in page headings in the sidebar ToC
...
The furo theme tries to make this impossible, fortunately,
this being python, we dont care what it wants
2021-07-21 10:35:58 +05:30
Kovid Goyal
f787a377c3
A new theme for the kitty website
...
Supports dark mode. Also re-organize the documentation
a bit, making it more hierarchical.
Have a nicer landing page
2021-07-18 13:29:33 +05:30