Add precogntion for motion hints
This commit is contained in:
parent
9e73352f7a
commit
7a939f52c8
3 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue