feat: improve jetbrains

nixos
Moritz Böhme 2024-06-17 10:02:38 +02:00
parent fcfc548717
commit 8ce8af36de
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,7 @@ in
".config/github-copilot" ".config/github-copilot"
".config/kdeconnect" ".config/kdeconnect"
".config/keepassxc" ".config/keepassxc"
".java/.userPrefs/jetbrains/"
".local/share/JetBrains" ".local/share/JetBrains"
".local/share/direnv" ".local/share/direnv"
".local/share/nvim" ".local/share/nvim"

View File

@ -52,7 +52,6 @@ map gI <Action>(GotoImplementation)
"" Other "" Other
let g:WhichKeyDesc_terminal = '<leader>t Terminal' let g:WhichKeyDesc_terminal = '<leader>t Terminal'
map <leader>t <Action>(ActivateTerminalToolWindow) map <leader>t <Action>(ActivateTerminalToolWindow)
map <Esc> <Action>(HideActiveWindow)
map = <Action>(ReformatCode) map = <Action>(ReformatCode)
"" Folding "" Folding