CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 09:30:11 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"43be44a5d396dcf2254cf2f805a5db62"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=f%2B4XZcdx0Vx9UXQ2qR1%2BBTV4VBrJULYdt%2FLQy%2BtlAnIIw5zJ436C9yG7Gc0hD8xzXDCyXfl3wOpj35repk%2FZ9D%2FnKAhCMs9%2FSP4qj4GeX1%2FUs7HDM4bY%2BeMtKx%2BGOBkO2tW%2BGJl7S75qPPd3Cyp5abBE6dHq65dYl%2BjutQQZ0nDFu%2B9Z%2BRgRIOZ9mH6nb18EW%2B2UzWpwrlScVSul0e9%2FWlSQ1l4%2FzkkDY%2B8g2gb1uhMMuJIXpoF%2BZgy%2FsXMRW0eX5vRRU9HA7Y2wfEtTopkLvA%3D%3D--PVZK7Ft0kBDvhwuK--JgYc%2F1VYBh4KI5dwHKCGUw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1439419108.1753263010; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 09:30:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 09:30:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A8EE:167F3A:826FA4:9FE7B2:6880ABA2
feat(tui): enable CSI u keys · neovim/neovim@a11ff55 · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit a11ff55
committed
feat(tui): enable CSI u keys
On TUI startup write the CSI sequence that signals to the controlling
terminal that Neovim supports the CSI u scheme for encoding modifiers
documented in [1].
This is similar to, but distinct from, Vim's usage of the `t_TI` and
`t_TE` variables to handle Xterm's `modifyOtherKeys` setting. For a
longer explanation on those differences see [2]. Since Neovim uses
libtermkey for key input handling, we use the CSI u encoding rather than
Xterm's modifyOtherKeys encoding.
[1]: https://www.leonerd.org.uk/hacks/fixterms/
[2]: https://invisible-island.net/xterm/modified-keys.html1 parent 3b28bd5 commit a11ff55Copy full SHA for a11ff55
File tree
Expand file treeCollapse file tree
1 file changed
+20
-6
lines changedFilter options
- src/nvim/tui
Expand file treeCollapse file tree
1 file changed
+20
-6
lines changed+20-6Lines changed: 20 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
| |||
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
171 |
| - | |
| 172 | + | |
172 | 173 |
| |
173 | 174 |
| |
174 | 175 |
| |
| |||
308 | 309 |
| |
309 | 310 |
| |
310 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
311 | 316 |
| |
312 | 317 |
| |
313 | 318 |
| |
| |||
365 | 370 |
| |
366 | 371 |
| |
367 | 372 |
| |
| 373 | + | |
| 374 | + | |
368 | 375 |
| |
369 | 376 |
| |
370 | 377 |
| |
| |||
1378 | 1385 |
| |
1379 | 1386 |
| |
1380 | 1387 |
| |
1381 |
| - | |
1382 | 1388 |
| |
1383 | 1389 |
| |
1384 | 1390 |
| |
| |||
1387 | 1393 |
| |
1388 | 1394 |
| |
1389 | 1395 |
| |
1390 |
| - | |
1391 |
| - | |
| 1396 | + | |
1392 | 1397 |
| |
1393 |
| - | |
1394 |
| - | |
| 1398 | + | |
1395 | 1399 |
| |
1396 | 1400 |
| |
1397 | 1401 |
| |
| |||
1944 | 1948 |
| |
1945 | 1949 |
| |
1946 | 1950 |
| |
| 1951 | + | |
1947 | 1952 |
| |
1948 | 1953 |
| |
1949 | 1954 |
| |
| |||
2067 | 2072 |
| |
2068 | 2073 |
| |
2069 | 2074 |
| |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
2070 | 2084 |
| |
2071 | 2085 |
| |
2072 | 2086 |
| |
|
You can’t perform that action at this time.
0 commit comments