From e43d89cbba3cade58d12edb972fceaba08c58b08 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 20 Dec 2017 23:29:19 +0100 Subject: DefaultKeyBinding.dict: Move the mark commands outside of Option Don't shadow the characters produced by these two key combinations. I had done this soon after my last commit probably but for whatever reason never committed this change. Doing so now because I need to make some additional changes to the config. --- DefaultKeyBinding.dict | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DefaultKeyBinding.dict b/DefaultKeyBinding.dict index 8c857ff..8d24cf3 100644 --- a/DefaultKeyBinding.dict +++ b/DefaultKeyBinding.dict @@ -113,9 +113,9 @@ "@~_" = (selectWord:,moveRight:,setMark:,moveWordRight:,moveWordLeft:,moveLeft:,selectWord:,insertText:,"-",moveWordRight:); // bookmark - "~1" = (setMark:); + "^!" = (setMark:); // jump to bookmark - "~2" = (swapWithMark:,centerSelectionInVisibleArea:); + "^@" = (swapWithMark:,centerSelectionInVisibleArea:); // > Command Option Enter // Continue a list item with indentation and include the same delimiter -- cgit v1.2.3