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

This commit is contained in:
max_richter 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>

View File

@ -15,7 +15,9 @@ local default = {
"--with-filename", "--with-filename",
"--line-number", "--line-number",
"--column", "--column",
"--smart-case" "--smart-case",
"--ignore-file",
"workerMain.js"
}, },
prompt_prefix = "", prompt_prefix = "",
selection_caret = " ", selection_caret = " ",

View File

@ -325,6 +325,7 @@ exec_always dunst
# Handle Authentiction requests # Handle Authentiction requests
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec_always clipman exec_always clipman
exec_always /usr/lib/kdeconnectd
# Dimms the screen # Dimms the screen
exec_always wlsunset -l 39.47 -L -0.3821346 exec_always wlsunset -l 39.47 -L -0.3821346
exec wl-paste -t text --watch clipman store --no-persist exec wl-paste -t text --watch clipman store --no-persist