Skip to content

Commit

Permalink
Delete goldenview
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Apr 15, 2016
1 parent 4f49d6a commit d32d94b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .config/nvim/init.vim
Expand Up @@ -70,7 +70,6 @@ Plug 'vim-ruby/vim-ruby'
Plug 'vim-scripts/matchit.zip'
Plug 'w0ng/vim-hybrid'
Plug 'wellle/targets.vim'
Plug 'zhaocai/GoldenView.Vim'

call plug#end()

Expand Down Expand Up @@ -211,17 +210,6 @@ set pastetoggle=<leader>z
nnoremap Q @q
vnoremap Q :norm @q<cr>
"=============================================
" GoldenView.vim
"=============================================

let g:goldenview__enable_default_mapping = 0

nmap <localleader>s <Plug>GoldenViewSplit
nmap <silent> <F8> <Plug>GoldenViewSwitchMain
nmap <silent> [34~ <Plug>GoldenViewSwitchToggle
let g:fzf_action = {
\ 'ctrl-s': 'split',
\ 'ctrl-v': 'vsplit'
Expand Down

0 comments on commit d32d94b

Please sign in to comment.