Use files instead of git_files for <C-s>
This commit is contained in:
parent
5934fc3970
commit
4979cd2b87
@ -3,7 +3,7 @@
|
||||
- Install packages:
|
||||
|
||||
```
|
||||
sudo pacman -S neovim neovim-qt fzf xclip xxhash
|
||||
sudo pacman -S fd fzf neovim neovim-qt xclip xxhash
|
||||
```
|
||||
|
||||
- `mkdir ~/.config/nvim`
|
||||
|
||||
@ -21,7 +21,7 @@ vim.opt.so = 8
|
||||
vim.opt.cinoptions = ":0,g0"
|
||||
|
||||
-- Shortcuts
|
||||
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,git_files<CR>]])
|
||||
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,files<CR>]])
|
||||
vim.cmd([[inoremap <C-Enter> <Esc>O]])
|
||||
vim.cmd([[vnoremap < <gv]])
|
||||
vim.cmd([[vnoremap > >gv]])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user