From 2e3dfae72d61f0df456d8327c536a4734c1e7378 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 27 Jul 2021 20:20:23 +0200 Subject: [PATCH] Update nvimrc and zshrc --- nvimrc | 1 + zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nvimrc b/nvimrc index 98202a7..4c9f144 100644 --- a/nvimrc +++ b/nvimrc @@ -244,6 +244,7 @@ _G.focus_tests = function() end vim.call("win_gotoid", winid) + vim.api.nvim_command([[wincmd =]]) end _G.close_tests = function() diff --git a/zshrc b/zshrc index d59b639..c397077 100644 --- a/zshrc +++ b/zshrc @@ -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