mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +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 mouse=a
|
||||||
|
|
||||||
|
set nowrap
|
||||||
set autoindent
|
set autoindent
|
||||||
set expandtab
|
set expandtab
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|
@ -26,18 +27,14 @@
|
||||||
|
|
||||||
""" Themes
|
""" Themes
|
||||||
Plug 'tribela/vim-transparent'
|
Plug 'tribela/vim-transparent'
|
||||||
|
Plug 'pgdouyon/vim-yin-yang'
|
||||||
""" Plug 'Lokaltog/vim-monotone'
|
""" Plug 'Lokaltog/vim-monotone'
|
||||||
""" Plug 'alexanderheldt/monokrom.vim'
|
""" Plug 'alexanderheldt/monokrom.vim'
|
||||||
Plug 'pgdouyon/vim-yin-yang'
|
|
||||||
|
|
||||||
""" Statusline
|
""" Statusline
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
""" fzf
|
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
|
||||||
Plug 'junegunn/fzf.vim'
|
|
||||||
|
|
||||||
""" Navigation
|
""" Navigation
|
||||||
Plug 'justinmk/vim-sneak'
|
Plug 'justinmk/vim-sneak'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
@ -71,17 +68,6 @@
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set noshowmode
|
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
|
""" Copy'n'paste
|
||||||
|
|
||||||
nnoremap <silent><C-c> :call system('xclip -i -selection clipboard', @@)<cr>
|
nnoremap <silent><C-c> :call system('xclip -i -selection clipboard', @@)<cr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue