this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+29 -13
+4
.config/fish/conf.d/50-config.fish
··· 78 78 rbenv init - --no-rehash | source 79 79 set -g __fish_rbenv_initialized 80 80 end 81 + 82 + if test -f .nvmrc 83 + nvm 84 + end 81 85 end 82 86 83 87 # This is hella slow, let's not use it for now...
+4
.config/fish/functions/fish_user_key_bindings.fish
··· 1 1 function fish_user_key_bindings 2 2 bind ! __fish_bind_bang 3 3 bind '$' __fish_bind_dollar 4 + 5 + # Bind cmd+backspace + cmd+del to delete remainder of line 6 + bind \e\[3\;9~ kill-line 7 + bind \cU backward-kill-line 4 8 end
+1
.cspell/default.txt
··· 72 72 lerp 73 73 libc 74 74 libctru 75 + lldb 75 76 LLVM 76 77 lnav 77 78 lxml
+1 -1
.gdbinit
··· 1 1 add-auto-load-safe-path ~ 2 - # set startup-with-shell off 2 + set startup-with-shell off 3 3 4 4 # source ~/.config/gdb/init.py 5 5 set index-cache on
+3
.gitmodules
··· 10 10 [submodule ".vim/pack/plugins/start/rust.vim"] 11 11 path = .vim/pack/plugins/start/rust.vim 12 12 url = https://github.com/rust-lang/rust.vim 13 + [submodule ".vim/pack/bundle/start/arm-syntax-vim"] 14 + path = .vim/pack/bundle/start/arm-syntax-vim 15 + url = https://github.com/ARM9/arm-syntax-vim.git
+7 -2
Library/Application Support/Code/User/keybindings.json
··· 34 34 "key": "ctrl+tab", 35 35 }, 36 36 { 37 - "command":"type", 37 + "command": "type", 38 38 "args": { 39 39 // just do nothing, we don't usually want an actual "\t" character 40 40 // in the gdb console ··· 42 42 "text": "" 43 43 }, 44 44 "key": "tab", 45 - "when": "inDebugRepl && textInputFocus" 45 + "when": "inDebugRepl && textInputFocus && !suggestWidgetHasFocusedSuggestion" 46 + }, 47 + { 48 + "command": "acceptSelectedSuggestion", 49 + "key": "tab", 50 + "when": "inDebugRepl && textInputFocus && suggestWidgetHasFocusedSuggestion" 46 51 }, 47 52 { 48 53 "command": "-workbench.action.openNextRecentlyUsedEditorInGroup",
+9 -10
Library/Application Support/Code/User/settings.json
··· 148 148 "--background-index" 149 149 ], 150 150 "clangd.checkUpdates": true, 151 - "clangd.path": "/Users/ichamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/14.0.3/clangd_14.0.3/bin/clangd", 151 + "clangd.path": "/Users/ianchamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/14.0.3/clangd_14.0.3/bin/clangd", 152 152 "clangd.onConfigChanged": "restart", 153 153 154 154 "cmake.cmakePath": "/usr/local/bin/cmake", ··· 343 343 "foreground": "#F92672", 344 344 "fontStyle": "", 345 345 }, 346 + }, 347 + { 348 + "scope": "support.type.property-name.array.toml", 349 + "settings": { 350 + "foreground": "#A6E22E", 351 + "fontStyle": "" 352 + }, 346 353 }, 347 354 { 348 355 "scope": "support.type.property-name.table.toml", ··· 350 357 "foreground": "#A6E22E", 351 358 "fontStyle": "" 352 359 }, 353 - }, 354 - { 355 - "scope": "support.type.property-name.array.toml", 356 - "settings": { 357 - "foreground": "#A6E22E", 358 - "fontStyle": "" 359 - } 360 360 }, 361 361 { 362 362 "scope": "variable.other.constant.starlark", ··· 517 517 "githubPullRequests.createOnPublishBranch": "never", 518 518 "githubPullRequests.fileListLayout": "tree", 519 519 "githubPullRequests.assignCreated": "${user}", 520 + "githubPullRequests.pullBranch": "never", 520 521 "githubPullRequests.queries": [ 521 522 { 522 523 "label": "Waiting For My Review", ··· 980 981 "vscode-neovim.neovimInitVimPaths.darwin": "~/.vimrc", 981 982 "vscode-neovim.neovimInitVimPaths.linux": "~/.vimrc", 982 983 "vscode-neovim.neovimWidth": 2000, 983 - "vscode-neovim.logLevel": "error", 984 - 985 984 986 985 "window.restoreWindows": "folders", 987 986 "window.title": "${folderName}${separator}${activeEditorMedium} ${dirty}",
Library/Application Support/lghub/settings.db

This is a binary file and will not be displayed.