From 0d397e4d3d204a1e016c0863815f0b5dc516c46b Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Wed, 21 May 2025 14:30:00 +0530 Subject: added some new scripts and cleaned up nvim directory --- .config/nvim/other/fzf.vim | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .config/nvim/other/fzf.vim (limited to '.config/nvim/other/fzf.vim') diff --git a/.config/nvim/other/fzf.vim b/.config/nvim/other/fzf.vim deleted file mode 100644 index 371b680..0000000 --- a/.config/nvim/other/fzf.vim +++ /dev/null @@ -1,19 +0,0 @@ -" --> Fzf -let g:fzf_layout = { 'window': { 'width': 1, 'height': 1 } } -command! -bang -nargs=? -complete=dir Files - \ call fzf#vim#files(, {'options': ['--info=inline', '--preview', 'preview {}']}, 0) - -" Mapping selecting mappings -nmap (fzf-maps-n) -xmap (fzf-maps-x) -omap (fzf-maps-o) - -" Insert mode completion -imap (fzf-complete-word) -imap (fzf-complete-path) -imap (fzf-complete-line) - -" Fzf keybindings -nnoremap ff :Files -nnoremap f. :Files %:p:h - -- cgit v1.2.3