Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ keymap:
not: org.gnome.Terminal
remap:
Ctrl-K: Ctrl-D
# TODO: Next word
# TODO: Previous word
- name: Move cursor by word (with Shift for selection)
remap:
Alt-Left: Ctrl-Left
Alt-Right: Ctrl-Right
Shift-Alt-Left: Shift-Ctrl-Left
Shift-Alt-Right: Shift-Ctrl-Right
- name: Nautilus (Files) shortcuts
application:
only: org.gnome.Nautilus
Expand Down