mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
vim: fzf no more
This commit is contained in:
parent
20912eceba
commit
f9a607cfb1
1 changed files with 2 additions and 16 deletions
18
root/.vimrc
18
root/.vimrc
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
set mouse=a
|
||||
|
||||
set nowrap
|
||||
set autoindent
|
||||
set expandtab
|
||||
set smarttab
|
||||
|
|
@ -26,18 +27,14 @@
|
|||
|
||||
""" Themes
|
||||
Plug 'tribela/vim-transparent'
|
||||
Plug 'pgdouyon/vim-yin-yang'
|
||||
""" Plug 'Lokaltog/vim-monotone'
|
||||
""" Plug 'alexanderheldt/monokrom.vim'
|
||||
Plug 'pgdouyon/vim-yin-yang'
|
||||
|
||||
""" Statusline
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
|
||||
""" fzf
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
|
||||
""" Navigation
|
||||
Plug 'justinmk/vim-sneak'
|
||||
call plug#end()
|
||||
|
|
@ -71,17 +68,6 @@
|
|||
set laststatus=2
|
||||
set noshowmode
|
||||
|
||||
""" fzf
|
||||
|
||||
let $FZF_DEFAULT_OPTS='--preview-window sharp'
|
||||
|
||||
nnoremap <C-o> :Buffers<cr>
|
||||
nnoremap <C-p> :Files<cr>
|
||||
nnoremap <C-e> :Explore<cr>
|
||||
|
||||
nnoremap <C-f> :Ag<cr>
|
||||
nnoremap <C-g> :Ag <c-r><c-w><cr>
|
||||
|
||||
""" Copy'n'paste
|
||||
|
||||
nnoremap <silent><C-c> :call system('xclip -i -selection clipboard', @@)<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue