Skip to content

Commit

Permalink
Handle new neovim defaults
Browse files Browse the repository at this point in the history
See here for defaults neovim/neovim#2676
  • Loading branch information
mikeastock committed Jun 24, 2015
1 parent 23b5e5f commit 8cafdc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -44,6 +44,7 @@ set hidden

set shiftround " When at 3 spaces and I hit >>, go to 4, not 5.
set gdefault " assume the /g flag on :s substitutions to replace all matches in a line
set mouse=""

"Color and UI
colorscheme hybrid
Expand Down Expand Up @@ -285,6 +286,7 @@ map <C-h> <C-W>h
map <C-l> <C-W>l
map <Right> :bn<CR>
map <Left> :bp<CR>
noremap Y y$
" Emacs-like beginning and end of line.
imap <c-e> <c-o>$
Expand Down

0 comments on commit 8cafdc7

Please sign in to comment.