mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 09:18:36 +03:00
small improvements
This commit is contained in:
14
config/ini
14
config/ini
@@ -93,7 +93,7 @@ screen=
|
||||
|
||||
[Layout]
|
||||
output_lines=0
|
||||
left_panel_size=48
|
||||
left_panel_size=49
|
||||
top_panel_size=24
|
||||
message_visible=false
|
||||
keybar_visible=true
|
||||
@@ -117,7 +117,6 @@ source_codepage=Other_8_bit
|
||||
autodetect_codeset=
|
||||
clipboard_store=
|
||||
clipboard_paste=
|
||||
|
||||
spell_language=en
|
||||
|
||||
[Panels]
|
||||
@@ -142,6 +141,17 @@ quick_search_mode=2
|
||||
select_flags=6
|
||||
simple_swap=false
|
||||
|
||||
[DiffView]
|
||||
show_symbols=false
|
||||
show_numbers=false
|
||||
tab_size=8
|
||||
diff_quality=0
|
||||
diff_ignore_tws=false
|
||||
diff_ignore_all_space=false
|
||||
diff_ignore_space_change=false
|
||||
diff_tab_expansion=false
|
||||
diff_ignore_case=false
|
||||
|
||||
[Panelize]
|
||||
Find *.orig after patching=find . -name \\*.orig -print
|
||||
Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
|
||||
|
||||
Reference in New Issue
Block a user