Daniel Santana

Results 11 issues of Daniel Santana

Implements resize events handling as requested in #196.

Currently the bar doesn't support resizing after it was created e.g. via `xdo resize`. It would be nice to support this feature so the bar won't have to be recreated...

It would be nice to have the text shading similar to [vim-easymotion](https://github.com/haya14busa/incsearch-easymotion.vim) while searching, as it helps to avoid visual conflicts with plugins like [vim-css-color](https://github.com/skammer/vim-css-color) and well... personally, I find...

### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 6.7.1 x86_64 unknown ### What steps can reproduce the bug? Generate `big_file.txt` (1 million lines...

bug
node.js

``` var foo = [1, 2, 3]; var bar = foo.map(x => x * x); ``` It would be nice if ES6 arrow functions (like the one above) were supported.

This function is exactly what is executed when the user command `SaveSession` is run. As the `xolox#session#save_session` by it's own doesn't save the file to disk (and doesn't do the...

Actually this is a personal request, no really an issue... but as it may be useful for others, I think it's worth opening it instead of sending a private e-mail....

Well, first things first: the #37 was fixed (at least for me) in the last commits... not sure which one, but it works perfectly right now! Thank you :) But...

Fixes #8 It also removes the abbrev expansion in the search buffer, as I assume this was intended just for the default buffer.

The current Enter keybinding provided by this xontrib seems to conflict with the default `prompt_toolkit` binding for Enter key during search (activated with `ctrl+r` or `/` in vi mode). Instead...