dotfiles

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

commit 99d723ff8ec1ba44deff4f7af47e78adcf3e18a8
parent 0dab43edb8509a236762ec1929bee65ebb99d641
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 18 Oct 2020 22:56:26 +0200

joplin: change keymap a bit

Former-commit-id: 1ee7ac50b9b7d6cde1b1d770e604274193c312dc
Diffstat:
Mjoplin/keymap.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/joplin/keymap.json b/joplin/keymap.json @@ -8,8 +8,8 @@ { "keys": ["dd"], "type": "function", "command": "delete" }, { "keys": ["`"], "type": "function", "command": "toggle_console" }, { "keys": ["\\"], "type": "function", "command": "toggle_metadata" }, - { "keys": ["U", "gg"], "type": "function", "command": "page_up" }, - { "keys": ["D", "G"], "type": "function", "command": "page_down" }, + { "keys": ["CTRL_B", "gg"], "type": "function", "command": "page_up" }, + { "keys": ["CTRL_F", "G"], "type": "function", "command": "page_down" }, { "keys": [" "], "type": "exec", "command": "todo toggle $n" }, { "keys": ["q"], "type": "exec", "command": "exit" }, { "keys": ["@"], "type": "exec", "command": "sync" },