mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore: Move Linux-only configs out of "common" and into "linux"
This commit is contained in:
11
linux/.config/kactivitymanagerdrc
Normal file
11
linux/.config/kactivitymanagerdrc
Normal file
@@ -0,0 +1,11 @@
|
||||
[activities]
|
||||
2cc71a42-d4b8-443e-b255-c66aa4847239=Focus
|
||||
4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=Email
|
||||
79bc8b93-e5e1-4149-8ed2-4222a14f199f=Default
|
||||
|
||||
[activities-icons]
|
||||
2cc71a42-d4b8-443e-b255-c66aa4847239=activities
|
||||
4d59da64-44dc-4d4c-b1c8-bfb0fbd87410=activities
|
||||
|
||||
[main]
|
||||
currentActivity=79bc8b93-e5e1-4149-8ed2-4222a14f199f
|
||||
2
linux/.config/kate-externaltoolspluginrc
Normal file
2
linux/.config/kate-externaltoolspluginrc
Normal file
@@ -0,0 +1,2 @@
|
||||
[Editor]
|
||||
Size=418,519
|
||||
0
linux/.config/kate/debugger/dap.json
Normal file
0
linux/.config/kate/debugger/dap.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_ClangFormatFullFile
|
||||
arguments=-i %{Document:FileName}
|
||||
category=Tools
|
||||
cmdname=clang-format-file
|
||||
executable=clang-format
|
||||
name=Clang Format Full File
|
||||
output=Ignore
|
||||
reload=true
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
actionName=externaltool_ClangFormatSelectedText
|
||||
arguments=-assume-filename=%{Document:FileName}
|
||||
category=Tools
|
||||
cmdname=clang-format-selection
|
||||
executable=clang-format
|
||||
input=\s%{Document:Selection:Text}
|
||||
name=Clang Format Selected Text
|
||||
output=ReplaceSelectedText
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_C++CompileRun
|
||||
arguments=-c 'g++ "%{Document:FilePath}" -o "%{Document:FileBaseName}" && "./%{Document:FileBaseName}"'
|
||||
category=Tools
|
||||
executable=sh
|
||||
icon=text-x-c++src
|
||||
name=Compile and Run cpp
|
||||
output=DisplayInPane
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
14
linux/.config/kate/externaltools/Go%20Fmt%20Full%20File.ini
Normal file
14
linux/.config/kate/externaltools/Go%20Fmt%20Full%20File.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[General]
|
||||
actionName=externaltool_GoFmt
|
||||
arguments=%{Document:FileName}
|
||||
category=Go
|
||||
cmdname=gofmt-full-file
|
||||
executable=gofmt
|
||||
icon=text/x-go
|
||||
mimetypes=text/x-go
|
||||
name=Go Fmt Full File
|
||||
output=ReplaceCurrentDocument
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
14
linux/.config/kate/externaltools/GoImports%20Full%20File.ini
Normal file
14
linux/.config/kate/externaltools/GoImports%20Full%20File.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
[General]
|
||||
actionName=externaltool_GoImports
|
||||
arguments=%{Document:FileName}
|
||||
category=Go
|
||||
cmdname=goimports-full-file
|
||||
executable=goimports
|
||||
icon=text-x-go
|
||||
mimetypes=text/x-go
|
||||
name=GoImports Full File
|
||||
output=ReplaceCurrentDocument
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_GoogleSelectedText
|
||||
arguments="https://www.google.com/search?q=%{PercentEncoded:%{Document:Selection:Text}}"
|
||||
category=Tools
|
||||
cmdname=google
|
||||
executable=xdg-open
|
||||
icon=globe
|
||||
name=Google Selected Text
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
11
linux/.config/kate/externaltools/Insert%20UUID.ini
Normal file
11
linux/.config/kate/externaltools/Insert%20UUID.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[General]
|
||||
actionName=externaltool_InsertUUID
|
||||
arguments=%{UUID}
|
||||
category=Tools
|
||||
cmdname=uuid
|
||||
executable=echo
|
||||
name=Insert UUID
|
||||
output=InsertAtCursor
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
@@ -0,0 +1,14 @@
|
||||
[General]
|
||||
actionName=externaltool_JSONFormatFullFile
|
||||
arguments="."
|
||||
category=Tools
|
||||
cmdname=json-format-file
|
||||
executable=jq
|
||||
icon=application-json
|
||||
input=%{Document:Text}
|
||||
name=JSON Format Full File
|
||||
output=ReplaceCurrentDocument
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_Prettier
|
||||
arguments=%{Document:FileName}
|
||||
category=Tools
|
||||
cmdname=prettier-format-full-file
|
||||
executable=prettier
|
||||
name=Prettier Format Current File
|
||||
output=ReplaceCurrentDocument
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
actionName=externaltool_QtQuick2Previewqmlscene
|
||||
arguments=%{Document:FileName}
|
||||
category=Qt
|
||||
cmdname=qml-preview
|
||||
executable=qmlscene
|
||||
mimetypes=text/x-qml
|
||||
name=Qt Quick 2 Preview (qmlscene)
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
13
linux/.config/kate/externaltools/Run%20Shell%20Script.ini
Normal file
13
linux/.config/kate/externaltools/Run%20Shell%20Script.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
actionName=externaltool_RunShellScript
|
||||
arguments=-e sh -c "cd %{Document:Path} && pwd && chmod -vc a+x %{Document:FileName} && ./%{Document:FileName} ; echo Press enter to continue. && read null"
|
||||
category=Tools
|
||||
cmdname=run-script
|
||||
executable=konsole
|
||||
icon=system-run
|
||||
name=Run Shell Script
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,14 @@
|
||||
[General]
|
||||
actionName=externaltool_RustFmt
|
||||
arguments=%{Document:FileName}
|
||||
category=Tools
|
||||
cmdname=rustfmt-full-file
|
||||
executable=rustfmt
|
||||
icon=text-x-rust
|
||||
mimetypes=text/x-rust
|
||||
name=Rust Fmt Full File
|
||||
output=Ignore
|
||||
reload=true
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
12
linux/.config/kate/externaltools/Search%20KDE%20API.ini
Normal file
12
linux/.config/kate/externaltools/Search%20KDE%20API.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_KDEAPI
|
||||
arguments="https://api.kde.org/search.html?query=%{Document:Selection:Text}"
|
||||
category=Tools
|
||||
executable=xdg-open
|
||||
icon=kde
|
||||
name=Search KDE API
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
12
linux/.config/kate/externaltools/Search%20Qt%20API.ini
Normal file
12
linux/.config/kate/externaltools/Search%20Qt%20API.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_QtAPI
|
||||
arguments="https://doc.qt.io/qt-5/search-results.html?q=%{Document:Selection:Text}"
|
||||
category=Tools
|
||||
executable=xdg-open
|
||||
icon=qtcreator
|
||||
name=Search Qt API
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
@@ -0,0 +1,13 @@
|
||||
[General]
|
||||
actionName=externaltool_XMLFormatFullFile
|
||||
arguments=--format "%{Document:FileName}"
|
||||
category=Tools
|
||||
cmdname=xml-format-file
|
||||
executable=xmllint
|
||||
icon=application-xml
|
||||
name=XML Format Full File
|
||||
output=ReplaceCurrentDocument
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
12
linux/.config/kate/externaltools/git%20blame.ini
Normal file
12
linux/.config/kate/externaltools/git%20blame.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_gitblame
|
||||
arguments=gui blame --line=%{Document:Cursor:Line} %{Document:FileName}
|
||||
category=Git
|
||||
cmdname=git-blame
|
||||
executable=git
|
||||
name=git blame
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=CurrentDocument
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
12
linux/.config/kate/externaltools/git-cola.ini
Normal file
12
linux/.config/kate/externaltools/git-cola.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_gitcola
|
||||
arguments=-r %{Document:Path}
|
||||
category=Git
|
||||
cmdname=git-cola
|
||||
executable=git-cola
|
||||
icon=git-cola
|
||||
name=git-cola
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
12
linux/.config/kate/externaltools/gitk.ini
Normal file
12
linux/.config/kate/externaltools/gitk.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
[General]
|
||||
actionName=externaltool_gitk
|
||||
category=Git
|
||||
cmdname=gitk
|
||||
executable=gitk
|
||||
icon=git-gui
|
||||
name=gitk
|
||||
output=Ignore
|
||||
reload=false
|
||||
save=None
|
||||
trigger=None
|
||||
workingDir=%{Document:Path}
|
||||
0
linux/.config/kate/formatting/settings.json
Normal file
0
linux/.config/kate/formatting/settings.json
Normal file
0
linux/.config/kate/lspclient/settings.json
Normal file
0
linux/.config/kate/lspclient/settings.json
Normal file
306
linux/.config/katerc
Normal file
306
linux/.config/katerc
Normal file
@@ -0,0 +1,306 @@
|
||||
[ColorPicker]
|
||||
HexLengths=3,6
|
||||
NamedColors=true
|
||||
PreviewAfterColor=true
|
||||
|
||||
[ColoredBrackets]
|
||||
color1=#1275ef
|
||||
color2=#f83c1f
|
||||
color3=#9dba1e
|
||||
color4=#e219e2
|
||||
color5=#37d21c
|
||||
|
||||
[General]
|
||||
Allow Tab Scrolling=true
|
||||
Auto Hide Tabs=true
|
||||
Close After Last=true
|
||||
Close documents with window=true
|
||||
Days Meta Infos=180
|
||||
Diagnostics Limit=12000
|
||||
Diff Show Style=0
|
||||
Elide Tab Text=false
|
||||
Expand Tabs=false
|
||||
Icon size for left and right sidebar buttons=32
|
||||
Modified Notification=false
|
||||
Mouse back button action=0
|
||||
Mouse forward button action=0
|
||||
Open New Tab To The Right Of Current=true
|
||||
Output History Limit=100
|
||||
Output With Date=false
|
||||
Quickopen Filter Mode=0
|
||||
Quickopen List Mode=true
|
||||
Recent File List Entry Count=11
|
||||
Restore Window Configuration=true
|
||||
SDI Mode=false
|
||||
Save Meta Infos=true
|
||||
Show Full Path in Title=false
|
||||
Show Menu Bar=true
|
||||
Show Status Bar=true
|
||||
Show Symbol In Navigation Bar=true
|
||||
Show Tab Bar=true
|
||||
Show Tabs Close Button=true
|
||||
Show Url Nav Bar=true
|
||||
Show output view for message type=1
|
||||
Show text for left and right sidebar=false
|
||||
Show welcome view for new window=true
|
||||
Startup Session=new
|
||||
Stash new unsaved files=true
|
||||
Stash unsaved file changes=true
|
||||
Sync section size with tab positions=true
|
||||
Tab Double Click New Document=true
|
||||
Tab Middle Click Close Document=true
|
||||
Tabbar Tab Limit=0
|
||||
|
||||
[KTextEditor Document]
|
||||
Allow End of Line Detection=true
|
||||
Auto Detect Indent=true
|
||||
Auto Reload If State Is In Version Control=true
|
||||
Auto Save=false
|
||||
Auto Save Interval=0
|
||||
Auto Save On Focus Out=false
|
||||
BOM=false
|
||||
Backup Local=false
|
||||
Backup Prefix=
|
||||
Backup Remote=false
|
||||
Backup Suffix=~
|
||||
Camel Cursor=true
|
||||
Encoding=UTF-8
|
||||
End of Line=0
|
||||
Indent On Backspace=true
|
||||
Indent On Tab=true
|
||||
Indent On Text Paste=true
|
||||
Indentation Mode=normal
|
||||
Indentation Width=4
|
||||
Keep Extra Spaces=false
|
||||
Line Length Limit=10000
|
||||
Newline at End of File=true
|
||||
On-The-Fly Spellcheck=true
|
||||
Overwrite Mode=false
|
||||
PageUp/PageDown Moves Cursor=false
|
||||
Remove Spaces=1
|
||||
ReplaceTabsDyn=true
|
||||
Show Spaces=1
|
||||
Show Tabs=true
|
||||
Smart Home=true
|
||||
Swap Directory=
|
||||
Swap File Mode=0
|
||||
Swap Sync Interval=15
|
||||
Tab Handling=2
|
||||
Tab Width=4
|
||||
Trailing Marker Size=1
|
||||
Word Wrap=false
|
||||
Word Wrap Column=80
|
||||
|
||||
[KTextEditor Editor]
|
||||
Encoding Prober Type=1
|
||||
Fallback Encoding=ISO 8859-6
|
||||
|
||||
[KTextEditor Renderer]
|
||||
Animate Bracket Matching=true
|
||||
Auto Color Theme Selection=false
|
||||
Color Theme=GitHub Dark
|
||||
Line Height Multiplier=1
|
||||
Show Indentation Lines=true
|
||||
Show Whole Bracket Expression=true
|
||||
Text Font=FuraCode Nerd Font,14,-1,5,450,0,0,0,0,0,0,0,0,0,0,1,Retina
|
||||
Text Font Features=
|
||||
Word Wrap Marker=false
|
||||
|
||||
[KTextEditor View]
|
||||
Allow Mark Menu=true
|
||||
Auto Brackets=true
|
||||
Auto Center Lines=7
|
||||
Auto Completion=true
|
||||
Auto Completion Preselect First Entry=true
|
||||
Backspace Remove Composed Characters=false
|
||||
Bookmark Menu Sorting=0
|
||||
Bracket Match Preview=true
|
||||
Chars To Enclose Selection=<>(){}[]'"
|
||||
Default Mark Type=1
|
||||
Dynamic Word Wrap=true
|
||||
Dynamic Word Wrap Align Indent=80
|
||||
Dynamic Word Wrap At Static Marker=false
|
||||
Dynamic Word Wrap Indicators=1
|
||||
Dynamic Wrap not at word boundaries=false
|
||||
Enable Accessibility=true
|
||||
Enable Tab completion=true
|
||||
Enter To Insert Completion=true
|
||||
Fold First Line=false
|
||||
Folding Bar=true
|
||||
Folding Preview=true
|
||||
Icon Bar=false
|
||||
Input Mode=1
|
||||
Keyword Completion=true
|
||||
Line Modification=true
|
||||
Line Numbers=true
|
||||
Max Clipboard History Entries=999
|
||||
Maximum Search History Size=100
|
||||
Mouse Paste At Cursor Position=false
|
||||
Multiple Cursor Modifier=134217728
|
||||
Persistent Selection=false
|
||||
Scroll Bar Marks=true
|
||||
Scroll Bar Mini Map All=true
|
||||
Scroll Bar Mini Map Width=60
|
||||
Scroll Bar MiniMap=false
|
||||
Scroll Bar Preview=true
|
||||
Scroll Past End=false
|
||||
Search/Replace Flags=140
|
||||
Shoe Line Ending Type in Statusbar=false
|
||||
Show Documentation With Completion=true
|
||||
Show File Encoding=true
|
||||
Show Folding Icons On Hover Only=true
|
||||
Show Line Count=false
|
||||
Show Scrollbars=0
|
||||
Show Statusbar Dictionary=true
|
||||
Show Statusbar Highlighting Mode=true
|
||||
Show Statusbar Input Mode=true
|
||||
Show Statusbar Line Column=true
|
||||
Show Statusbar Tab Settings=true
|
||||
Show Word Count=false
|
||||
Smart Copy Cut=true
|
||||
Statusbar Line Column Compact Mode=true
|
||||
Text Drag And Drop=true
|
||||
User Sets Of Chars To Enclose Selection=
|
||||
Vi Input Mode Steal Keys=true
|
||||
Vi Relative Line Numbers=false
|
||||
Word Completion=true
|
||||
Word Completion Minimal Word Length=3
|
||||
Word Completion Remove Tail=true
|
||||
|
||||
[KateSQLPlugin]
|
||||
SaveConnections=true
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][blob]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][bool]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][datetime]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][null]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][number]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[KateSQLPlugin][OutputCustomization][text]
|
||||
backgroundColor=27,30,32
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
foregroundColor=252,252,252
|
||||
|
||||
[Konsole]
|
||||
AutoSyncronizeMode=1
|
||||
KonsoleEscKeyBehaviour=true
|
||||
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||
RemoveExtension=false
|
||||
RunPrefix=
|
||||
SetEditor=false
|
||||
|
||||
[MainWindow]
|
||||
2 screens: Height=1367
|
||||
2 screens: Width=1275
|
||||
2 screens: Window-Maximized=true
|
||||
2560x1440 screen: Height=1372
|
||||
2560x1440 screen: Width=1278
|
||||
2560x1440 screen: Window-Maximized=true
|
||||
ToolBarsMovable=Disabled
|
||||
|
||||
[PluginSymbolViewer]
|
||||
ExpandTree=false
|
||||
SortSymbols=true
|
||||
TreeView=false
|
||||
ViewTypes=true
|
||||
|
||||
[Printing][HeaderFooter]
|
||||
FooterBackground=211,211,211
|
||||
FooterBackgroundEnabled=false
|
||||
FooterEnabled=true
|
||||
FooterForeground=0,0,0
|
||||
FooterFormatCenter=
|
||||
FooterFormatLeft=
|
||||
FooterFormatRight=%U
|
||||
HeaderBackground=211,211,211
|
||||
HeaderBackgroundEnabled=false
|
||||
HeaderEnabled=true
|
||||
HeaderFooterFont=FiraCode Nerd Font Mono,14,-1,5,450,0,0,0,0,0,0,0,0,0,0,1,Retina
|
||||
HeaderForeground=0,0,0
|
||||
HeaderFormatCenter=%f
|
||||
HeaderFormatLeft=%y
|
||||
HeaderFormatRight=%p
|
||||
|
||||
[Printing][Layout]
|
||||
BackgroundColorEnabled=false
|
||||
BoxColor=invalid
|
||||
BoxEnabled=false
|
||||
BoxMargin=6
|
||||
BoxWidth=1
|
||||
ColorScheme=Printing
|
||||
Font=FiraCode Nerd Font Mono,14,-1,5,450,0,0,0,0,0,0,0,0,0,0,1,Retina
|
||||
|
||||
[Printing][Text]
|
||||
DontPrintFoldedCode=true
|
||||
Legend=false
|
||||
LineNumbers=false
|
||||
|
||||
[Replicode]
|
||||
replicodePath=
|
||||
|
||||
[debugplugin]
|
||||
DAPConfiguration=
|
||||
|
||||
[filetree]
|
||||
editShade=31,81,106
|
||||
listMode=false
|
||||
middleClickToClose=true
|
||||
shadingEnabled=true
|
||||
showCloseButton=true
|
||||
showFullPathOnRoots=true
|
||||
showToolbar=true
|
||||
sortRole=0
|
||||
viewShade=81,49,95
|
||||
|
||||
[lspclient]
|
||||
AllowedServerCommandLines=
|
||||
AutoHover=true
|
||||
AutoImport=true
|
||||
BlockedServerCommandLines=
|
||||
CompletionDocumentation=true
|
||||
CompletionParens=true
|
||||
Diagnostics=true
|
||||
FormatOnSave=true
|
||||
HighlightGoto=true
|
||||
IncrementalSync=false
|
||||
InlayHints=true
|
||||
Messages=true
|
||||
ReferencesDeclaration=true
|
||||
SemanticHighlighting=true
|
||||
ServerConfiguration=
|
||||
SignatureHelp=true
|
||||
SymbolDetails=true
|
||||
SymbolExpand=true
|
||||
SymbolSort=false
|
||||
SymbolTree=true
|
||||
TypeFormatting=true
|
||||
|
||||
[project]
|
||||
autoCMake=true
|
||||
autorepository=git
|
||||
gitStatusDoubleClick=2
|
||||
gitStatusSingleClick=1
|
||||
index=false
|
||||
indexDirectory=
|
||||
multiProjectCompletion=false
|
||||
multiProjectGoto=false
|
||||
restoreProjectsForSessions=false
|
||||
20
linux/.config/katevirc
Normal file
20
linux/.config/katevirc
Normal file
@@ -0,0 +1,20 @@
|
||||
[Kate Vi Input Mode Settings]
|
||||
Command Mode Mapping Keys=
|
||||
Command Mode Mappings=
|
||||
Command Mode Mappings Recursion=
|
||||
Insert Mode Mapping Keys=
|
||||
Insert Mode Mappings=
|
||||
Insert Mode Mappings Recursion=
|
||||
Macro Completions=
|
||||
Macro Contents=
|
||||
Macro Registers=
|
||||
Map Leader=\\
|
||||
Normal Mode Mapping Keys=
|
||||
Normal Mode Mappings=
|
||||
Normal Mode Mappings Recursion=
|
||||
ViRegisterContents=\s , ,g77eDM2Bya2p\n,
|
||||
ViRegisterFlags=0,0,1,0
|
||||
ViRegisterNames=",-,0,^
|
||||
Visual Mode Mapping Keys=
|
||||
Visual Mode Mappings=
|
||||
Visual Mode Mappings Recursion=
|
||||
3
linux/.config/kxkbrc
Normal file
3
linux/.config/kxkbrc
Normal file
@@ -0,0 +1,3 @@
|
||||
[Layout]
|
||||
Options=caps:escape
|
||||
ResetOldOptions=true
|
||||
Reference in New Issue
Block a user