From f06cc9d474e9a68a97ffdb7dc9a68e301b70f390 Mon Sep 17 00:00:00 2001 From: Jersey Fonseca Date: Wed, 24 Jun 2020 22:21:47 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b373fb6..37c8288 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you use a plugin manager, such as [vim-plug], follow its instructions on how To install the stable version of the plugin, if using [vim-plug], put this in your `vimrc`/`init.vim`: ``` -Plug 'jfonseca8/vim-bujo' +Plug 'vuciv/vim-bujo' ``` -- cgit v1.2.3 From 32055d1b061e608dec67cf9571ab40aa1d8add5c Mon Sep 17 00:00:00 2001 From: Jersey Fonseca Date: Thu, 25 Jun 2020 10:25:02 -0500 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 37c8288..95de68d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Plug 'vuciv/vim-bujo' nmap BujoChecknormal imap BujoCheckinsert ``` + + **NOTE: These are my default keys. Some terminals do not register these keys the same. If this does not work, you will need to choose your own mappings. If anyone has suggestions for a new default mapping, please let me know!** + + * Change cache directory: ``` let g:bujo#todo_file_path = $HOME . "/.cache/bujo" -- cgit v1.2.3 From 2c2e917dee4716611b9eeba3215c44022d95809a Mon Sep 17 00:00:00 2001 From: Jersey Fonseca Date: Thu, 25 Jun 2020 10:26:04 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 95de68d..4a4e65f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Plug 'vuciv/vim-bujo' imap BujoCheckinsert ``` - **NOTE: These are my default keys. Some terminals do not register these keys the same. If this does not work, you will need to choose your own mappings. If anyone has suggestions for a new default mapping, please let me know!** + **NOTE: These are my default keys. Some terminals do not register these keys the same. For example, reddit user u/CoolioDude noted "for example, my terminal emulator sees enter, control-enter, and shift-enter as the same key." If this does not work, you will need to choose your own mappings. If anyone has suggestions for a new default mapping, please let me know!** * Change cache directory: -- cgit v1.2.3