1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
b1ed3eff2d Revert "Color terminal output in GUI Vim"
This reverts commit 0a63bd0781.

Turns out there are some unintended side effects to this config option.
The cursor always returns to the top of the file when running a spec in
the built in terminal. This is really annoying 😠
2021-03-07 15:57:08 -05:00
1af6d5bfcc Set default pull strategy 2021-03-07 15:56:46 -05:00
664b9d1f22 Backup/restore XLD config 2021-03-07 15:56:46 -05:00
5698d90d32 Exclude some windows from being managed by yabai 2021-03-07 15:56:46 -05:00
4 changed files with 7 additions and 3 deletions

View File

@ -19,3 +19,5 @@
ksdiff = difftool -yt Kaleidoscope
[tig]
status-show-untracked-files = yes
[pull]
rebase = false

View File

@ -5,3 +5,4 @@ path = dotfiles-local
[applications_to_sync]
dash
iterm2
xld

View File

@ -4,7 +4,4 @@ if has("gui_running") || has("gui_vimr")
set guioptions-=r
set guioptions-=L
set guioptions-=l
" Color terminal output
set guioptions+=!
endif

View File

@ -47,5 +47,9 @@ yabai -m config window_gap 8
yabai -m rule --add app="^System Preferences$" manage=off
yabai -m rule --add app="^App Store$" manage=off
yabai -m rule --add app="^PCalc$" manage=off
yabai -m rule --add app="^Airfoil$" manage=off
yabai -m rule --add app="^Finder$" title="Copy" manage=off
yabai -m rule --add title="Preferences" manage=off
yabai -m rule --add title='Preferences$' manage=off
echo "yabai configuration loaded.."