We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b8f32 commit df36286Copy full SHA for df36286
nvim/init.vim
@@ -1,5 +1,5 @@
1
" nvim file: ~/.config/nvim/init.vim
2
-" Last Change: 2018 mar 22 16:49
+" Last Change: 2018 mar 22 18:47
3
" vim: ff=unix ai et ts=4
4
" Author: Sérgio Luiz Araújo Silva
5
" Reference: http://sergioaraujo.pbworks.com/w/page/15864094/vimrc
@@ -1171,6 +1171,8 @@ command! SaveAsRoot w !sudo tee %
1171
cnoreabbrev sudow SaveAsRoot
1172
cnoremap <c-a> <home>
1173
cnoremap <c-e> <end>
1174
+inoremap <C-a> <C-o>^
1175
+inoremap <C-e> <End>
1176
1177
" to reselect use gv in normal mode - Shift-F11
1178
nnoremap <F23> <ESC>:set hls! hls?<cr>
0 commit comments