summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey Fonseca <jerseyfonseca@gmail.com>2020-08-16 20:10:45 +0000
committerGitHub <noreply@github.com>2020-08-16 20:10:45 +0000
commit1cdba1d9cb4dfc18a1f48912c36222d3eb901337 (patch)
treec4a0023df66b53c695ce1c1b2e931a69d8288074
parent90b8304980fd01839ce5263b29cbbf7d7aee7172 (diff)
Update bujo.txt
Getting rid of duplicate tag for issue
-rw-r--r--doc/bujo.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/bujo.txt b/doc/bujo.txt
index 83eb880..479830b 100644
--- a/doc/bujo.txt
+++ b/doc/bujo.txt
@@ -1,4 +1,5 @@
1*bujo.txt* *bujo.txt* 1
2 *bujo.txt*
2 Bujo~ 3 Bujo~
3 Bullet Journal Vim Plugin~ 4 Bullet Journal Vim Plugin~
4 5
@@ -45,11 +46,11 @@ very simple and minimialist.
45 * Use mods 46 * Use mods
46 :<mods> Todo 47 :<mods> Todo
47 * Insert a new task: 48 * Insert a new task:
48 nmap <C-Enter> <Plug>BujoAddTodoNormal 49 nmap <C-S> <Plug>BujoAddTodoNormal
49 imap <C-Enter> <Plug>BujoAddTodoInsert 50 imap <C-S> <Plug>BujoAddTodoInsert
50 * Check off a task: 51 * Check off a task:
51 nmap <C-BS> <Plug>BujoChecknormal 52 nmap <C-Q> <Plug>BujoChecknormal
52 imap <C-BS> <Plug>BujoCheckinsert 53 imap <C-Q> <Plug>BujoCheckinsert
53 * Change cache directory: 54 * Change cache directory:
54 let g:bujo#todo_file_path = $HOME . "/.cache/bujo" 55 let g:bujo#todo_file_path = $HOME . "/.cache/bujo"
55 * Change window open width: 56 * Change window open width: