feat(nvim): add up arrow to access last search
This commit is contained in:
parent
9f61e2bedc
commit
cb06dd38d0
1
configs/nvim/ftplugin/TelescopePrompt.vim
Normal file
1
configs/nvim/ftplugin/TelescopePrompt.vim
Normal file
@ -0,0 +1 @@
|
|||||||
|
:imap <buffer> <Up> <Esc>:lua require'telescope.builtin'.resume{}<CR>
|
@ -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 = " ",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user