From f33f448a42cf20ed91433e8ab530e72973b11a91 Mon Sep 17 00:00:00 2001 From: fabianArbeit Date: Thu, 14 Aug 2025 11:32:02 +0200 Subject: [PATCH] - updated keymap settings for linux - copy for windows --- .../User/Default (Linux).sublime-keymap | 31 +++++++++---------- .../User/Default (Windows).sublime-keymap | 15 +++++++++ 2 files changed, 30 insertions(+), 16 deletions(-) create mode 100644 home_external/.config/sublime-text-3/Packages/User/Default (Windows).sublime-keymap diff --git a/home_external/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap b/home_external/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap index 2bfa62b..e1eab55 100644 --- a/home_external/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap +++ b/home_external/.config/sublime-text-3/Packages/User/Default (Linux).sublime-keymap @@ -1,16 +1,15 @@ -[ - { "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} }, - { "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }, - { "keys": ["ctrl+tab"], "command": "next_view" }, - { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, - { "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, - { "keys": ["alt+keypad_plus"], "command": "jump_forward" }, - { "keys": ["ctrl+b"], "command": "none" }, - { "keys": ["ctrl+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, - // { "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} }, - // { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} } // can't unset this. fuck you. - { "keys": ["ctrl+alt+n"], "command": "new_snippet" }, - { "keys": ["ctrl+alt+f"], "command": "auto_indent" } - // { "keys": [""], "command": "lower_case" } - // { "keys": [""], "command": "upper_case" } -] +[ + { "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} }, + { "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }, + { "keys": ["ctrl+tab"], "command": "next_view" }, + { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, + { "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, + { "keys": ["alt+keypad_plus"], "command": "jump_forward" }, + { "keys": ["alt+="], "command": "jump_forward" }, + // { "keys": ["ctrl+b"], "command": "none" }, + { "keys": ["ctrl+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, + // { "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} }, + // { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} } // can't unset this. fuck you. + { "keys": ["ctrl+alt+n"], "command": "new_snippet" }, + { "keys": ["ctrl+alt+f"], "command": "auto_indent" }, +] diff --git a/home_external/.config/sublime-text-3/Packages/User/Default (Windows).sublime-keymap b/home_external/.config/sublime-text-3/Packages/User/Default (Windows).sublime-keymap new file mode 100644 index 0000000..e1eab55 --- /dev/null +++ b/home_external/.config/sublime-text-3/Packages/User/Default (Windows).sublime-keymap @@ -0,0 +1,15 @@ +[ + { "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} }, + { "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }, + { "keys": ["ctrl+tab"], "command": "next_view" }, + { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, + { "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, + { "keys": ["alt+keypad_plus"], "command": "jump_forward" }, + { "keys": ["alt+="], "command": "jump_forward" }, + // { "keys": ["ctrl+b"], "command": "none" }, + { "keys": ["ctrl+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, + // { "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} }, + // { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} } // can't unset this. fuck you. + { "keys": ["ctrl+alt+n"], "command": "new_snippet" }, + { "keys": ["ctrl+alt+f"], "command": "auto_indent" }, +]