diff --git a/dotfiles/.config/nvim/init.vim b/dotfiles/.config/nvim/init.vim index 063d6a7..a2fd561 100644 --- a/dotfiles/.config/nvim/init.vim +++ b/dotfiles/.config/nvim/init.vim @@ -31,3 +31,15 @@ autocmd BufEnter * lcd %:p:h " Spookie bug. I think I was hacked and that someone i fucking with me. " Whenever I would pres shift K it would open a new tab in nvim. inoremap + +" Here, I borrow some mappings from readline! These are great, google +" `readline cheatsheet` I map alt-a to home because I use ctr-a for tmux +" leader. +inoremap +inoremap +inoremap +inoremap +nnoremap +nnoremap + +