We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Ok I guess I found the "issue".. it's a keybinding thing
In insert mode, Enter / <cr> has the following mapped which is the default coming from telescope: telescope|select_default
Enter / <cr>
telescope|select_default
In Normal mode, Enter / <cr> has: telescopej|{"linedefined":38,"source":"@\/Users\/.....\/telescope-session.nvim\/lua\/session-manage\/init.lua"}
telescopej|{"linedefined":38,"source":"@\/Users\/.....\/telescope-session.nvim\/lua\/session-manage\/init.lua"}
So..
Checking again the documentation noticed this extension provides only a Normal mode keybinding, it seems this is the expected behavior
I'd choose to keep just in insert mode if possible .. not sure if the plugin would have issues changing that
A solution is to add <esc> after the definition of your key-binding like this nnoremap <space>s <cmd>Telescope xray23 list<cr><esc>
<esc>
nnoremap <space>s <cmd>Telescope xray23 list<cr><esc>
No branches or pull requests
nvim.telescope-session.problem.mp4
The text was updated successfully, but these errors were encountered: