dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d7645900248f74b61a4822cc77c1c01784e6854
parent 1a08d7b76fb1cd987355cd3c27060f005fa887d0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 27 Apr 2020 16:28:14 +0200

joplin: modify keys

Former-commit-id: 944f7f60250d4c9ca4b6bdde92679205b94f1a6b
Diffstat:
Mjoplin/keymap.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/joplin/keymap.json b/joplin/keymap.json @@ -4,7 +4,7 @@ { "keys": ["h"], "type": "function", "command": "focus_previous" }, { "keys": ["k"], "type": "function", "command": "move_up" }, { "keys": ["j"], "type": "function", "command": "move_down" }, - { "keys": ["ENTER"], "type": "function", "command": "activate" }, + { "keys": ["ENTER", "E", "o"], "type": "function", "command": "activate" }, { "keys": ["dd"], "type": "function", "command": "delete" }, { "keys": ["`"], "type": "function", "command": "toggle_console" }, { "keys": ["\\"], "type": "function", "command": "toggle_metadata" },