Merge branch 'main' of https://git.sagev.space/sage/dotfiles
This commit is contained in:
commit
e27931e626
|
@ -16,7 +16,7 @@ nnoremap <C-H> <C-W><C-H>
|
|||
nnoremap vv vi
|
||||
|
||||
nnoremap <C-E> <C-E><C-E>
|
||||
nnoremap <C-Y> <C-Y><C-Y>
|
||||
nnoremap <C-E> <C-E><C-E>
|
||||
|
||||
nnoremap dK <Esc>kdd
|
||||
nnoremap dJ <Esc>jdd
|
||||
|
|
|
@ -251,6 +251,8 @@ alias systemctl="sudo systemctl"
|
|||
alias python="python3"
|
||||
alias py="python3"
|
||||
|
||||
alias g="git"
|
||||
|
||||
# Use `grubdate` to update grub
|
||||
alias grubdate="sudo update-grub"
|
||||
|
||||
|
|
Loading…
Reference in New Issue