tmux, fish, LaidOffFromEverquote
This commit is contained in:
parent
f5bd270655
commit
3441abdf19
@ -10,7 +10,6 @@ if status is-interactive
|
|||||||
|
|
||||||
source ~/.config/fish/shell_funcs.fish
|
source ~/.config/fish/shell_funcs.fish
|
||||||
source ~/.config/fish/shell_aliases.fish
|
source ~/.config/fish/shell_aliases.fish
|
||||||
source ~/.config/fish/everquote.fish
|
|
||||||
|
|
||||||
|
|
||||||
set PATH $PATH ~/.cargo/bin
|
set PATH $PATH ~/.cargo/bin
|
||||||
|
@ -79,3 +79,7 @@ let test#strategy = "neovim"
|
|||||||
" Mypy
|
" Mypy
|
||||||
nmap <silent> <leader>mp :Mypy<CR>
|
nmap <silent> <leader>mp :Mypy<CR>
|
||||||
|
|
||||||
|
|
||||||
|
" Rust tags
|
||||||
|
autocmd BufRead *.rs :setlocal tags=./rusty-tags.vi;/
|
||||||
|
autocmd BufWritePost *.rs :silent! exec "!rusty-tags vi --quiet --start-dir=" . expand('%:p:h') . "&" | redraw!
|
||||||
|
@ -94,7 +94,6 @@ return function(use)
|
|||||||
use({'puremourning/vimspector'})
|
use({'puremourning/vimspector'})
|
||||||
use({'nvim-treesitter/nvim-treesitter-refactor'})
|
use({'nvim-treesitter/nvim-treesitter-refactor'})
|
||||||
use({'RRethy/nvim-treesitter-textsubjects'})
|
use({'RRethy/nvim-treesitter-textsubjects'})
|
||||||
|
|
||||||
-- use({'airblade/vim-rooter'})
|
-- use({'airblade/vim-rooter'})
|
||||||
|
|
||||||
-- Debugging
|
-- Debugging
|
||||||
|
@ -48,6 +48,9 @@ vim.g.floaterm_keymap_toggle = '<F9>'
|
|||||||
vim.g.floaterm_width = 0.9
|
vim.g.floaterm_width = 0.9
|
||||||
vim.g.floaterm_height = 0.9
|
vim.g.floaterm_height = 0.9
|
||||||
|
|
||||||
|
vim.g.rustfmt_autosave = 1
|
||||||
|
vim.g.rust_use_custom_ctags_defs = 1
|
||||||
|
|
||||||
|
|
||||||
vim.g.tagbar_autofocus=1
|
vim.g.tagbar_autofocus=1
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
newHighlight = green bold 22
|
newHighlight = green bold 22
|
||||||
[init]
|
[init]
|
||||||
templatedir = ~/.git_template
|
templatedir = ~/.git_template
|
||||||
|
defaultBranch = main
|
||||||
[difftool "sourcetree"]
|
[difftool "sourcetree"]
|
||||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||||
path =
|
path =
|
||||||
|
@ -2,12 +2,11 @@
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
.tags
|
.tags
|
||||||
.tags_sorted*
|
.tags_sorted*
|
||||||
|
tags
|
||||||
*.sw[nop]
|
*.sw[nop]
|
||||||
.bundle
|
.bundle
|
||||||
.env
|
.env
|
||||||
tags
|
|
||||||
.ruby-version
|
.ruby-version
|
||||||
release_package.sh
|
|
||||||
.vs/
|
.vs/
|
||||||
.python-version
|
.python-version
|
||||||
.envrc
|
.envrc
|
||||||
@ -15,7 +14,4 @@ __pycache__/
|
|||||||
Session.vim
|
Session.vim
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
production_healththankyou_events.json
|
|
||||||
staging_healththankyou_events.json
|
|
||||||
|
|
||||||
shell.nix
|
shell.nix
|
||||||
|
@ -27,7 +27,7 @@ bind - split-window -v -c "#{pane_current_path}"# Split panes vertically
|
|||||||
|
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
set-option -g default-command "reattach-to-user-namespace -l fish"
|
# set-option -g default-command "reattach-to-user-namespace -l fish"
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user