mrjones2014 / smart-splits.nvim

🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
MIT License
904 stars 38 forks source link

[Feature]: logging #95

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 1 year ago

Similar Issues

Description

It would be great to have some logs that I could ask users to put in bug reports. However, since all of smart-splits.nvim's functionality runs on keypresses, we will need to take special care to ensure that our logging solution is asynchronous so as not to block the main thread/freeze up the editor.