René's URL Explorer Experiment


Title: Problems defining close keymap in neovim with lazy plugin manager · Issue #519 · vim-vdebug/vdebug · GitHub

Open Graph Title: Problems defining close keymap in neovim with lazy plugin manager · Issue #519 · vim-vdebug/vdebug

X Title: Problems defining close keymap in neovim with lazy plugin manager · Issue #519 · vim-vdebug/vdebug

Description: I am using neovim 0.9 and nvchad config which under the hood uses lazy plugin manager. Maybe I am using a fuzzy and strange environment setup, but for some reason I cannot remap any key to close event. I have this lazy plugin configurati...

Open Graph Description: I am using neovim 0.9 and nvchad config which under the hood uses lazy plugin manager. Maybe I am using a fuzzy and strange environment setup, but for some reason I cannot remap any key to close ev...

X Description: I am using neovim 0.9 and nvchad config which under the hood uses lazy plugin manager. Maybe I am using a fuzzy and strange environment setup, but for some reason I cannot remap any key to close ev...

Opengraph URL: https://github.com/vim-vdebug/vdebug/issues/519

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Problems defining  close keymap in neovim with lazy plugin manager","articleBody":"I am using neovim 0.9 and nvchad config which under the hood uses lazy plugin manager. Maybe I am using a fuzzy and strange environment setup, but for some reason I cannot remap any key to close event. I have this lazy plugin configuration set:\r\n\r\n```\r\n  {\"vim-vdebug/vdebug\",\r\n  lazy = false,\r\n  enabled = true,\r\n  config = function()\r\n    vim.api.nvim_echo({{'loading vdebug', 'none'}}, false, {})\r\n    vim.cmd('let g:vdebug_keymap = { \"run\" : \"\u003cf5\u003e\",\"run_to_cursor\" : \"\u003cf6\u003e\",\"step_over\" : \"\u003cf7\u003e\",\"step_into\" : \"\u003cf8\u003e\",\"step_out\" : \"\u003cs-f8\u003e\", \"close\" : \"\u003cf4\u003e\", \"detach\" : \"\u003cf5\u003ed\", \"set_breakpoint\" : \"\u003cf10\u003e\", \"get_context\" : \"\u003cf10\u003ex\", \"eval_under_cursor\" : \"\u003cf10\u003ec\", \"eval_visual\" : \"\u003cf10\u003ee\" }')\r\n```\r\nAFAIK Everything works but the close button. So I have to call `:python3 debugger.close()` to exit debugger.\r\n\r\nThe keymaps are set because debugger status says that the stop key is F4:\r\n\r\n` ▌▌ [\u003cf5\u003e Start] [\u003cF4\u003e Stop] [:help Vdebug]`\r\n\r\nand calling `:let vdebug_keymap` outs:\r\n```\r\nvdebug_keymap         {'run_to_cursor': '\u003cf6\u003e', 'get_context': '\u003cf10\u003ex', 'eval_visual': '\u003cf10\u003ee', 'step_into': '\u003cf8\u003e', 'eval_under_curso\r\nr': '\u003cf10\u003ec', 'step_over': '\u003cf7\u003e', 'run': '\u003cf5\u003e', 'close': '\u003cF4\u003e', 'step_out': '\u003cs-f8\u003e', 'detach': '\u003cf5\u003ed', 'set_breakpoint': '\u003cf10\u003e'} \r\n```\r\n\r\n\r\nThe only way to make it work is adding this vim cmd instruction at the end of the lazy plugin config function:\r\n\r\n`vim.cmd(\":noremap \u003cF4\u003e :python3 debugger.close()\u003ccr\u003e\")`\r\n","author":{"url":"https://github.com/aleixq","@type":"Person","name":"aleixq"},"datePublished":"2023-03-10T10:51:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/519/vdebug/issues/519"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:86e0d31c-fe5d-d41f-3fb1-887d23a7486a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCC12:277A0:60B62:7EF2D:698EC829
html-safe-nonce33ac76655acae31d4268a3995d4b1f564d4fc8b1881fc68506b052794d0f3b55
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzEyOjI3N0EwOjYwQjYyOjdFRjJEOjY5OEVDODI5IiwidmlzaXRvcl9pZCI6IjQ2NzY4Mjg1Nzk0NTA3Njc0MDEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5528341b0faebffca9100fdd2e2ad5d2d82356171ba16fb1395ba3129931f625
hovercard-subject-tagissue:1618777270
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/vim-vdebug/vdebug/519/issue_layout
twitter:imagehttps://opengraph.githubassets.com/11e4a6f4ece3643223ecef9da1c365866bb89c4fb598ccfd157f7cc1f934d6cb/vim-vdebug/vdebug/issues/519
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/11e4a6f4ece3643223ecef9da1c365866bb89c4fb598ccfd157f7cc1f934d6cb/vim-vdebug/vdebug/issues/519
og:image:altI am using neovim 0.9 and nvchad config which under the hood uses lazy plugin manager. Maybe I am using a fuzzy and strange environment setup, but for some reason I cannot remap any key to close ev...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealeixq
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
turbo-cache-controlno-preview
go-importgithub.com/vim-vdebug/vdebug git https://github.com/vim-vdebug/vdebug.git
octolytics-dimension-user_id37241739
octolytics-dimension-user_loginvim-vdebug
octolytics-dimension-repository_id4597834
octolytics-dimension-repository_nwovim-vdebug/vdebug
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id4597834
octolytics-dimension-repository_network_root_nwovim-vdebug/vdebug
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues/519#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvim-vdebug%2Fvdebug%2Fissues%2F519
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvim-vdebug%2Fvdebug%2Fissues%2F519
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=vim-vdebug%2Fvdebug
Reloadhttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues/519
Reloadhttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues/519
Reloadhttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues/519
vim-vdebug https://patch-diff.githubusercontent.com/vim-vdebug
vdebughttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fvim-vdebug%2Fvdebug
Fork 158 https://patch-diff.githubusercontent.com/login?return_to=%2Fvim-vdebug%2Fvdebug
Star 1.3k https://patch-diff.githubusercontent.com/login?return_to=%2Fvim-vdebug%2Fvdebug
Code https://patch-diff.githubusercontent.com/vim-vdebug/vdebug
Issues 48 https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues
Pull requests 7 https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/pulls
Actions https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/actions
Projects 0 https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/projects
Wiki https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/wiki
Security 0 https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/security
Insights https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/pulse
Code https://patch-diff.githubusercontent.com/vim-vdebug/vdebug
Issues https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues
Pull requests https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/pulls
Actions https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/actions
Projects https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/projects
Wiki https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/wiki
Security https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/security
Insights https://patch-diff.githubusercontent.com/vim-vdebug/vdebug/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/vim-vdebug/vdebug/issues/519
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/vim-vdebug/vdebug/issues/519
Problems defining close keymap in neovim with lazy plugin managerhttps://patch-diff.githubusercontent.com/vim-vdebug/vdebug/issues/519#top
https://github.com/aleixq
https://github.com/aleixq
aleixqhttps://github.com/aleixq
on Mar 10, 2023https://github.com/vim-vdebug/vdebug/issues/519#issue-1618777270
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.