feat(nvim): add up arrow to access last search

This commit is contained in:
2022-05-21 01:33:18 +02:00
parent 9f61e2bedc
commit cb06dd38d0
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
:imap <buffer> <Up> <Esc>:lua require'telescope.builtin'.resume{}<CR>