question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change default on enter behaviour

See original GitHub issue

How can I change default on enter behaviour. I can press ctl-t to open file in new tab, but I want to make enter open file in new tab. It it possible to configure plugin like this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
kevinhwang91commented, Feb 24, 2021
let g:rnvimr_action = {
            \ '<CR>': 'NvimEdit tabedit'
            \ }

:h rnvimr_action for detail

2reactions
kevinhwang91commented, Mar 27, 2021

update the repo and

let g:rnvimr_action = {
            \ '<CR>': 'NvimEdit drop'
            \ }
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change default behavior of enter key? - Stack Overflow
You should prevent the default behaviour on key press. Use e.preventDefault() or return to do that, then run your code. Share.
Read more >
How to change the default focus/target of the enter key?
When my cursor is in either of the text boxes in the find and replace menu, the default target of the enter key...
Read more >
How to Change the Behavior of the Enter Key in Excel
The first option in this menu controls how the Enter key behaves. You can uncheck the box if you don't want the Enter...
Read more >
Is there a default behaviour for pressing the ENTER key on an ...
Something that is frustrating and creates a poor user experience is when someone hits the ENTER key expecting to start a new line...
Read more >
Changing default behavior of Enter key Windows 10 Forums
In Windows, the default behavior of the Enter key is open. Click a folder or file to highlight it, then press Enter to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found