mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
Replace telescope-nvim with fzf-vim
Unfortunately, telescope-nvim was a downgrade from fzf-vim due to lack of transparency out of the box, a different window size, and searches not showing by default.
This commit is contained in:
parent
a2a9d9b4dd
commit
f4d67dcc4e
9
home.nix
9
home.nix
@ -748,12 +748,12 @@
|
|||||||
nnoremap <silent> <leader>e :set nu!<CR>
|
nnoremap <silent> <leader>e :set nu!<CR>
|
||||||
nnoremap <silent> <leader>t :OverCommandLine<CR>%s/
|
nnoremap <silent> <leader>t :OverCommandLine<CR>%s/
|
||||||
nnoremap <silent> <leader>a :NvimTreeToggle<CR>
|
nnoremap <silent> <leader>a :NvimTreeToggle<CR>
|
||||||
nnoremap <silent> <leader>f :Telescope find_files<CR>
|
nnoremap <silent> <leader>f :Files<CR>
|
||||||
nnoremap <silent> <leader>g :set hlsearch!<CR>
|
nnoremap <silent> <leader>g :set hlsearch!<CR>
|
||||||
nnoremap <silent> <leader>j :BufferPrevious<CR>
|
nnoremap <silent> <leader>j :BufferPrevious<CR>
|
||||||
nnoremap <silent> <leader>k :BufferNext<CR>
|
nnoremap <silent> <leader>k :BufferNext<CR>
|
||||||
nnoremap <silent> <leader>x :BufferClose<CR>
|
nnoremap <silent> <leader>x :BufferClose<CR>
|
||||||
nnoremap <silent> <leader>l :Telescope live_grep<CR>/
|
nnoremap <silent> <leader>l :Rg<CR>
|
||||||
nnoremap <silent> <leader>; <C-w>w
|
nnoremap <silent> <leader>; <C-w>w
|
||||||
vnoremap <C-s> y:silent !notify-send -t 4000 "成果" "$(tango '<C-r>0')"<CR>:<Esc>
|
vnoremap <C-s> y:silent !notify-send -t 4000 "成果" "$(tango '<C-r>0')"<CR>:<Esc>
|
||||||
|
|
||||||
@ -840,10 +840,6 @@
|
|||||||
plugin = plenary-nvim;
|
plugin = plenary-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = telescope-nvim;
|
|
||||||
type = "lua";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = clipboard-image-nvim;
|
plugin = clipboard-image-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
@ -864,6 +860,7 @@
|
|||||||
nnoremap <localleader>c <plug>(vimtex-env-change)
|
nnoremap <localleader>c <plug>(vimtex-env-change)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
fzf-vim
|
||||||
vim-caddyfile
|
vim-caddyfile
|
||||||
vim-graphql
|
vim-graphql
|
||||||
vim-pug
|
vim-pug
|
||||||
|
Loading…
Reference in New Issue
Block a user