Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
voldikss committed Feb 10, 2021
1 parent dd7f5e3 commit a197622
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ftplugin/coc_todolist.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function! s:rematch() abort
call matchadd('CocTodolistSelect', pattern)
endfunction

nmap <buffer><silent> j :<C-u>call <SID>map_down()<CR>
nmap <buffer><silent> k :<C-u>call <SID>map_up()<CR>
nmap <buffer><silent> <down> :<C-u>call <SID>map_down()<CR>
nmap <buffer><silent> <up> :<C-u>call <SID>map_up()<CR>
nmap <buffer><silent> gg :<C-u>call <SID>map_gg()<CR>
nmap <buffer><silent> G :<C-u>call <SID>map_G()<CR>
nnoremap <buffer><silent> j :<C-u>call <SID>map_down()<CR>
nnoremap <buffer><silent> k :<C-u>call <SID>map_up()<CR>
nnoremap <buffer><silent> <down> :<C-u>call <SID>map_down()<CR>
nnoremap <buffer><silent> <up> :<C-u>call <SID>map_up()<CR>
nnoremap <buffer><silent> gg :<C-u>call <SID>map_gg()<CR>
nnoremap <buffer><silent> G :<C-u>call <SID>map_G()<CR>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-todolist",
"version": "1.5.0",
"version": "1.5.1",
"description": "todolist/task manager extension for coc.nvim",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit a197622

Please sign in to comment.