summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser2022-12-21 16:38:57 +0100
committerAndreas Fankhauser2022-12-21 16:38:57 +0100
commitefee82323685c718661ef598ff60ee3c5d354898 (patch)
tree95c7b92cc3bd123c66ba17b227508876e7e4ab97
parent74b90ef03771d37c3081e8b3025ebac9024be84c (diff)
downloaddotfiles-efee82323685c718661ef598ff60ee3c5d354898.zip
dotfiles-efee82323685c718661ef598ff60ee3c5d354898.tar.gz
Config font size and some keybindings for WindoofTerm
-rw-r--r--src/windoof/WindoofTerminal/settings.json47
1 files changed, 33 insertions, 14 deletions
diff --git a/src/windoof/WindoofTerminal/settings.json b/src/windoof/WindoofTerminal/settings.json
index c245964..4c1a3f7 100644
--- a/src/windoof/WindoofTerminal/settings.json
+++ b/src/windoof/WindoofTerminal/settings.json
@@ -11,26 +11,45 @@
"language": "en-US",
"theme": "dark",
"trimPaste": false,
+ "wordDelimiters": " /\\()\"'.,:;<>~!@#$%^&*|+=[]{}~?\u2502",
"actions": [
- { "command": { "action": "prevTab" }, "keys": "ctrl+pgup" },
{ "command": "find", "keys": "ctrl+shift+f" },
+ { "command": "openTabRenamer", "keys": "ctrl+shift+f2" },
{ "command": "paste" },
- { "command": { "action": "copy", "singleLine": false } },
- {
- "command": {
- "action": "splitPane",
- "split": "auto",
- "splitMode": "duplicate"
- },
- "keys": "alt+shift+d"
- },
+ { "command": "unbound", "keys": "alt+enter" },
+ { "command": "unbound", "keys": "alt+shift+d" },
+ { "command": "unbound", "keys": "ctrl+alt+1" },
+ { "command": "unbound", "keys": "ctrl+alt+2" },
+ { "command": "unbound", "keys": "ctrl+alt+3" },
+ { "command": "unbound", "keys": "ctrl+alt+4" },
+ { "command": "unbound", "keys": "ctrl+alt+5" },
+ { "command": "unbound", "keys": "ctrl+alt+6" },
+ { "command": "unbound", "keys": "ctrl+alt+7" },
+ { "command": "unbound", "keys": "ctrl+alt+8" },
+ { "command": "unbound", "keys": "ctrl+alt+9" },
{ "command": "unbound", "keys": "ctrl+c" },
- { "command": "unbound", "keys": "enter" },
{ "command": "unbound", "keys": "ctrl+insert" },
+ { "command": "unbound", "keys": "ctrl+minus" },
+ { "command": "unbound", "keys": "ctrl+plus" },
+ { "command": "unbound", "keys": "ctrl+shift+1" },
+ { "command": "unbound", "keys": "ctrl+shift+2" },
+ { "command": "unbound", "keys": "ctrl+shift+3" },
+ { "command": "unbound", "keys": "ctrl+shift+4" },
+ { "command": "unbound", "keys": "ctrl+shift+5" },
+ { "command": "unbound", "keys": "ctrl+shift+6" },
+ { "command": "unbound", "keys": "ctrl+shift+7" },
+ { "command": "unbound", "keys": "ctrl+shift+8" },
+ { "command": "unbound", "keys": "ctrl+shift+9" },
+ { "command": "unbound", "keys": "ctrl+shift+d" },
{ "command": "unbound", "keys": "ctrl+shift+tab" },
+ { "command": "unbound", "keys": "ctrl+tab" },
{ "command": "unbound", "keys": "ctrl+v" },
+ { "command": "unbound", "keys": "enter" },
{ "command": "unbound", "keys": "shift+insert" },
- { "command": "unbound", "keys": "alt+enter" }
+ { "command": { "action": "copy", "singleLine": false } },
+ { "command": { "action": "newTab" }, "keys": "ctrl+shift+t" },
+ { "command": { "action": "nextTab" }, "keys": "ctrl+pgdn" },
+ { "command": { "action": "prevTab" }, "keys": "ctrl+pgup" }
],
"profiles": {
"defaults": {},
@@ -43,10 +62,10 @@
},
{
"name": "Bash 20221221",
- "bellStyle": "window",
+ "bellStyle": [ "audible", "taskbar" ],
"commandline": "C:\\Users\\fankhauseand\\.opt\\gitPortable-2.27.0-x64\\bin\\bash.exe",
"cursorShape": "filledBox",
- "font": { "face": "DejaVu Sans Mono" },
+ "font": { "face": "DejaVu Sans Mono", "size": 14 },
"guid": "{f37ade22-ca44-45a3-aaeb-c8121f31946d}",
"hidden": false,
"startingDirectory": "%USERPROFILE%"