neovide.neovide/src
Alexsander Falcucci 0b53bdcc80 feat: implement native clipboard paste on macOS
- add a paste serial command and handler to forward clipboard contents on paste events
- on macos, implement cmd+v shortcut to automatically paste clipboard contents into neovim without user mappings
- update faq to clarify paste shortcut behavior across platforms, noting auto-handling of cmd+v paste on macos and updated keymap recommendations for linux/windows
2025-11-25 13:46:21 +01:00
..
bridge feat: implement native clipboard paste on macOS 2025-11-25 13:46:21 +01:00
editor fix: always auto-detect the background color, support setting the window theme (#3207) 2025-11-21 06:41:24 +01:00
platform fix: always auto-detect the background color, support setting the window theme (#3207) 2025-11-21 06:41:24 +01:00
profiling feat!: more configurable cursor animation (#3061) 2025-04-01 13:32:22 +07:00
renderer feat: add animated progress bar with nvim_echo event support (#3279) 2025-11-09 13:20:34 +01:00
settings feat: support working directory via env and config (#3301) 2025-11-19 03:01:30 +01:00
utils feat: expand leading tildes paths (#3295) 2025-11-18 23:00:54 +01:00
window feat: implement native clipboard paste on macOS 2025-11-25 13:46:21 +01:00
channel_utils.rs fix!: Perform a clean exit again (#2463) 2024-05-11 15:42:25 -07:00
clipboard.rs chore: Update to winit 0.30.3 (#2698) 2024-07-19 13:04:13 +03:00
cmd_line.rs feat: support working directory via env and config (#3301) 2025-11-19 03:01:30 +01:00
dimensions.rs chore: Use typesafe pixel and grid units (#2484) 2024-04-18 15:21:32 -07:00
error_handling.rs chore: fix clippy warnings (#3168) 2025-07-19 22:09:55 +03:00
frame.rs fix!: Improve render loop (#1977) 2023-11-01 20:54:11 +02:00
main.rs fix: always auto-detect the background color, support setting the window theme (#3207) 2025-11-21 06:41:24 +01:00
running_tracker.rs chore: fix clippy warnings (#3168) 2025-07-19 22:09:55 +03:00
units.rs feat!: more configurable cursor animation (#3061) 2025-04-01 13:32:22 +07:00
windows_utils.rs chore: fix clippy warnings (#3168) 2025-07-19 22:09:55 +03:00