mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-31 14:16:42 -04:00
nvim config: Bind ctrl+a/e to home/end
This commit is contained in:
@@ -4,6 +4,12 @@ set fileencoding=utf-8
|
|||||||
" show line numbers
|
" show line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
" set keybinds (home/end)
|
||||||
|
noremap <C-a> <Home>
|
||||||
|
imap <C-a> <Home>
|
||||||
|
noremap <C-e> <End>
|
||||||
|
imap <C-e> <End>
|
||||||
|
|
||||||
" expand all tabs and indents to 4 spaces
|
" expand all tabs and indents to 4 spaces
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|||||||
Reference in New Issue
Block a user