Update nvimrc and zshrc

This commit is contained in:
Rob Watson 2021-07-27 20:20:23 +02:00
parent c2ecdee60d
commit 2e3dfae72d
2 changed files with 2 additions and 1 deletions

1
nvimrc
View File

@ -244,6 +244,7 @@ _G.focus_tests = function()
end
vim.call("win_gotoid", winid)
vim.api.nvim_command([[wincmd =]])
end
_G.close_tests = function()

2
zshrc
View File

@ -54,7 +54,7 @@ bindkey '^r' history-incremental-search-backward
alias be="bundle exec"
alias berc="bundle exec rails console"
alias bers="bundle exec rails server"
alias berspec="bundle exec rspec --no-profile"
alias berspec="bundle exec rspec --format=progress --no-profile"
alias c-="cd -"
alias c.="cd .."
alias cdg=cdgit