Skip to content

Commit

Permalink
fix hotkeys for linux/win
Browse files Browse the repository at this point in the history
  • Loading branch information
saikyun committed Aug 25, 2021
1 parent 1e789c8 commit 23a0b65
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion freja/input.janet
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,18 @@
#
}

:control @{:a gb/select-all
:control @{:shift @{:left select-backward-word
:right select-forward-word
#
}

:backspace delete-word-backward!
:delete delete-word-forward!

:left backward-word
:right forward-word

:a gb/select-all
:x cut!
:c gb/copy
:v paste!
Expand Down

0 comments on commit 23a0b65

Please sign in to comment.