From c47bb223d59eb9899a71e5c87c63e26efe548d7e Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Wed, 5 Aug 2020 02:29:00 +0530 Subject: [PATCH] Added kde neon aliases --- .aliases | 2 +- .config/Code/User/keybindings.json | 6 +++--- .config/Code/User/settings.json | 11 ++++++++--- .neon_alias | 1 + 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .neon_alias diff --git a/.aliases b/.aliases index a15b66a..fae2a25 100644 --- a/.aliases +++ b/.aliases @@ -15,7 +15,7 @@ alias grep='grep --color=auto' alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias usersearch="awk -F: '{print \"UserName: \" \$1 \", UserID: \" \$3 \", Home Dir: \" \$6 \", Shell Used: \" \$7}' /etc/passwd | grep" -alias code="codium" +# alias code="codium" # History alias histsearch="history | grep" diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 208385a..a2369c5 100755 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -48,7 +48,7 @@ }, { "key": "ctrl+shift+j", - "command": "editor.action.joinLines", - "when": "editorTextFocus" - } + "command": "editor.action.joinLines" + }, + { "key": "ctrl+shift+j", "command": "workbench.action.togglePanel" } ] diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index c3e3cd6..2605631 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -160,6 +160,7 @@ "[markdown]": { "editor.defaultFormatter": "yzhang.markdown-all-in-one" }, + "markdown.extension.toc.orderedList": true, // // Python @@ -175,8 +176,12 @@ "editor.defaultFormatter": "rust-lang.rust" }, // - // Theme - "workbench.colorTheme": "Community Material Theme Darker High Contrast", - "workbench.iconTheme": "material-icon-theme" + // Themes + "workbench.iconTheme": "material-icon-theme", + "theme-by-language.themes": { + "*": "Visual Studio Dark", + "markdown": "Material Theme Darker High Contrast" + }, + "workbench.colorTheme": "Visual Studio Dark" // } diff --git a/.neon_alias b/.neon_alias new file mode 100644 index 0000000..b20a072 --- /dev/null +++ b/.neon_alias @@ -0,0 +1 @@ +alias up="sudo pkcon refresh && sudo pkcon update && distup && autorem"