Compare commits
2 Commits
9761635055
...
2a03193ad6
Author | SHA1 | Date | |
---|---|---|---|
2a03193ad6 | |||
e50238789a |
@ -214,3 +214,5 @@ if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integr
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
|
||||
export PATH=$PATH:/sync/scripts
|
||||
|
17
home_external/.config/nano/nanorc
Normal file
17
home_external/.config/nano/nanorc
Normal file
@ -0,0 +1,17 @@
|
||||
# set afterends
|
||||
set atblanks
|
||||
set autoindent
|
||||
set brackets ""')>]}"
|
||||
set constantshow
|
||||
# set fill 121 # only works with hard wrap which atblanks
|
||||
set guidestripe 121
|
||||
set indicator
|
||||
set linenumbers
|
||||
set matchbrackets "(<[{)>]}"
|
||||
set minibar
|
||||
# set mouse
|
||||
set softwrap
|
||||
set stateflags
|
||||
set tabsize 3
|
||||
set tabstospaces
|
||||
set trimblanks
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3591
home_external/.config/sublime-text-3/Local/Session.sublime_session
Normal file
3591
home_external/.config/sublime-text-3/Local/Session.sublime_session
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
[
|
||||
{ "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
|
||||
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
|
||||
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
|
||||
]
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"Compare Side-By-Side",
|
||||
"nginx",
|
||||
"Package Control",
|
||||
],
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||||
// and are overridden in turn by syntax-specific settings.
|
||||
{
|
||||
"tab_size": 3,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_automatic_white_space": false,
|
||||
"wrap_width": 120,
|
||||
"always_show_minimap_viewport": true,
|
||||
"highlight_line": true,
|
||||
"scroll_past_end": false,
|
||||
"draw_white_space": ["all_mixed"],
|
||||
"trim_trailing_white_space_on_save": "all",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"auto_complete_commit_on_tab": true,
|
||||
"auto_complete_with_fields": true,
|
||||
"auto_complete_trailing_symbols": true,
|
||||
"drag_text": false,
|
||||
"highlight_modified_tabs": true,
|
||||
"remember_full_screen": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"font_size": 10,
|
||||
}
|
Loading…
Reference in New Issue
Block a user