update to nixos state
This commit is contained in:
@@ -8,7 +8,6 @@ call plug#end()
|
|||||||
|
|
||||||
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
|
||||||
colorscheme zenburn
|
colorscheme zenburn
|
||||||
set termguicolors
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
@@ -35,7 +34,8 @@ set textwidth=120
|
|||||||
set wrapscan
|
set wrapscan
|
||||||
|
|
||||||
" fzf mappings
|
" fzf mappings
|
||||||
nnoremap <silent> <C-g> :Buffers<CR>
|
nnoremap <silent> <C-g> :GFiles?<CR>
|
||||||
|
nnoremap <silent> <C-m> :Buffers<CR>
|
||||||
nnoremap <silent> <C-o> :Files<CR>
|
nnoremap <silent> <C-o> :Files<CR>
|
||||||
nnoremap <silent> <C-q> :Bd<CR>
|
nnoremap <silent> <C-q> :Bd<CR>
|
||||||
if has('mac')
|
if has('mac')
|
||||||
@@ -74,7 +74,7 @@ endfunction
|
|||||||
command! Bd call fzf#run(fzf#wrap({
|
command! Bd call fzf#run(fzf#wrap({
|
||||||
\ 'source': s:ListBuffers(),
|
\ 'source': s:ListBuffers(),
|
||||||
\ 'sink*': { lines -> s:DeleteBuffers(lines) },
|
\ 'sink*': { lines -> s:DeleteBuffers(lines) },
|
||||||
\ 'options': '--multi --reverse --bind ctrl-a:select-all+accept --prompt "Bd> "'
|
\ 'options': '--multi --bind ctrl-a:select-all+accept --prompt "Bd> "'
|
||||||
\ }))
|
\ }))
|
||||||
|
|
||||||
augroup vimrc
|
augroup vimrc
|
||||||
|
|||||||
Reference in New Issue
Block a user