idr important stuff
This commit is contained in:
1 parent
d00a914e63
commit
c4f2a1e4cb
5 files changed
+31
-18
No files matched your search
@@ -8,10 +8,10 @@ return function(use)
|
||||
|
||||
local u = require 'config.utils'.mapping
|
||||
|
||||
u.nmap('<space>ff', u.cmd('Telescope find_files'))
|
||||
u.nmap('<space>fg', u.cmd('Telescope live_grep'))
|
||||
u.nmap('<space>fb', u.cmd('Telescope buffers'))
|
||||
u.nmap('<space>fh', u.cmd('Telescope help_tags'))
|
||||
u.cmd('<leader>ff', 'Telescope find_files')
|
||||
u.cmd('<leader>fg', 'Telescope live_grep')
|
||||
u.cmd('<leader>fb', 'Telescope buffers')
|
||||
u.cmd('<leader>fh', 'Telescope help_tags')
|
||||
end
|
||||
}
|
||||
use {
|
||||
@@ -32,8 +32,8 @@ return function(use)
|
||||
config = function()
|
||||
require('icon-picker').setup {}
|
||||
local u = require 'config.utils'.mapping
|
||||
u.nmap('<space>fi', u.cmd('IconPickerYank alt_font symbols nerd_font emoji'))
|
||||
vim.keymap.set('i', '<c-i>', u.cmd('IconPickerInsert alt_font symbols nerd_font emoji'))
|
||||
u.cmd('<leader>fi', 'IconPickerYank alt_font symbols nerd_font emoji')
|
||||
vim.keymap.set('i', '<c-i>', '<cmd>IconPickerInsert alt_font symbols nerd_font emoji<cr>')
|
||||
end,
|
||||
})
|
||||
end
|
||||
Reference in new issue
Block a user