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
Hey @kristijanhusak, this is more like a question regarding usability.
Would it nice if pressing enter in agenda view replaces previous split buffer if the previous buffer is org buffer.
Thanks
The text was updated successfully, but these errors were encountered:
You should be able to achieve that by using <TAB> instead of <CR>. If you want to switch those two mappings, just provide mappings config in setup:
<TAB>
<CR>
require('orgmode').setup({ mappings = { agenda = { org_agenda_switch_to = '<TAB>', org_agenda_goto = '<CR>', } } })
Sorry, something went wrong.
NICE, that's good enough. Thanks @kristijanhusak
No branches or pull requests
Hey @kristijanhusak, this is more like a question regarding usability.
Would it nice if pressing enter in agenda view replaces previous split buffer if the previous buffer is org buffer.
Thanks
The text was updated successfully, but these errors were encountered: