kitty-scrollback.nvim icon indicating copy to clipboard operation
kitty-scrollback.nvim copied to clipboard

feat: make the current cmdline editable in place

Open IndianBoy42 opened this issue 1 month ago • 1 comments

Sometimes I start typing a long complicated command and then I get annoyed with the lack of vim keybindings. My shell (fish) has a keybinding to open the current commandline in $EDITOR but then I lose sight of the scrollback, so its suboptimal.

kitty-scrollback.nvim has the potential to be useful here. Currently adding to the current commandline is easy, but there is no easy way to select, edit or replace the existing commandline.

IndianBoy42 avatar May 15 '24 15:05 IndianBoy42