mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-12 18:32:56 +01:00
mzte-nv: add telescope resume keybind
This commit is contained in:
parent
4ef23e4cc1
commit
e374327145
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
(let [mopt (. (require :mzte_nv) :utils :map_opt)]
|
||||
(macro nmap [map action]
|
||||
`(vim.keymap.set :n ,map ,action mopt))
|
||||
;; resume search
|
||||
(nmap :fr builtin.resume)
|
||||
;; file finding mappings
|
||||
(nmap :ff builtin.find_files)
|
||||
(nmap :fg builtin.live_grep)
|
||||
|
|
Loading…
Reference in a new issue