Skip to content

Commit

Permalink
Skip netrw buffer when using Ctrl-^
Browse files Browse the repository at this point in the history
See #47
  • Loading branch information
salcode committed Aug 26, 2016
1 parent c3a4ee2 commit 0483ab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ nnoremap <C-L> <C-W>l
nnoremap <expr> k v:count == 0 ? 'gk' : 'k'
nnoremap <expr> j v:count == 0 ? 'gj' : 'j'
" Skip the netrw buffer when using Ctrl-^
let g:netrw_altfile = 1

" use clipboard as primary register for y,d,p
set clipboard=unnamed

Expand Down

0 comments on commit 0483ab9

Please sign in to comment.