Skip to content

Commit

Permalink
clear command line on close (Enter)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuloo committed Mar 31, 2024
1 parent 9f22b14 commit 452450a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/pomodori.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pomodori_timers = function(opts)
attach_mappings = function(prompt_bufnr, map)
actions.select_default:replace(function()
actions.close(prompt_bufnr)
print("") -- clear help in command line
print(" ") -- clear help in command line
end)

map("n", "<C-p>", pause_timer)
Expand Down

0 comments on commit 452450a

Please sign in to comment.