Commit Briefs

Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

sync changelog


Omar Polo

allow to re-open closed tabs

Save closed tabs to a "killed tabs" queue, for up to a max of "max-killed-tabs", and allow to re-open them. Keep the tab history but not its content. This integrates nicely with the session file, just add the "killed" flag as alias for TAB_KILLED and put it in the ktabshead queue upon initalization. It's thus possible to re-open closed tabs even after telescope has been closed, and tabs keeps their history! Add a new cmd, cmd_tab_undo_close, to try to re-open the most recently closed tab and bind it to `u'. While here, add a TODO for the tab history memory leak.


Omar Polo

s/change-title/update-title/


Omar Polo

sync changelog


Omar Polo

bump default fill-column to 120


Omar Polo

rename set-title to change-title

"set set-title = 1" is quite a mouthful. The old name will still be supported for a while to ease backwards compatibility.


Omar Polo

yornp before quitting


Omar Polo

de-quirkify execute-extended-command

On RET, execute the command on the selected line rather than what the user typed. This saves a TAB (to expand the entry) and is more in line with the other completion commands.


Omar Polo

bind del (aka backspace) to previous page

Suggested by Florian, thanks!


Omar Polo

add --corours as an alias for --color

Suggested by Florian, thanks!


Omar Polo

sync changelog


Omar Polo

ops, wrong email address ;)


Omar Polo

sync changelog