Добавлены горячие клавиши для удаления слова, части строки, строки целиком. Исправлен автоформат при закрытии скобки

This commit is contained in:
svkalinin
2022-08-26 15:54:41 +03:00
parent c8db2764ce
commit 2f7b37ac66
3 changed files with 13 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ bind . <Control-K> {
}
bind . <Control-s> {FileOper::Save}
bind . <Control-S> {FileOper::Save}
bind . <Alt-t> ViewFilesTree
#ttk::style configure TPanedwindow -background blue
#ttk::style configure Sash -sashthickness 5
#ttk::style configure TButton -padding 60 -relief flat -bg black