Add precogntion for motion hints

This commit is contained in:
Haak Saxberg 2024-04-08 15:11:57 -07:00
parent 9e73352f7a
commit 7a939f52c8
3 changed files with 14 additions and 1 deletions

View file

@ -52,6 +52,7 @@ autocmd BufWritePre * :%s/\s\+$//e
noremap ; :
inoremap jj <Esc>
noremap Q <nop>
noremap ? :lua require("precognition").peek()<CR>
""" Esperanto digraphs (for use with ctrl-k)
:digraph Cx 264
@ -69,7 +70,6 @@ noremap Q <nop>
""" Terminal mode remaps
tnoremap <Esc> <C-\><C-n>
nnoremap <leader>o :below 10sp term://$SHELL<cr>i
" Quicker window movement
nnoremap <C-j> <C-w>j