commit 53265ac1a32cecb33ce20aacffb308b5ebfbe202
parent 77161af93c59e49bb3bec461653404eeae741f4f
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 20 Oct 2017 07:43:54 -0400
open buffers with ',', tweak font smoothing
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/10_macos.sh b/init/10_macos.sh
@@ -207,7 +207,7 @@ defaults write com.apple.screencapture disable-shadow -bool true
# Enable subpixel font rendering on non-Apple LCDs
# Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501
-defaults write NSGlobalDomain AppleFontSmoothing -int 1
+defaults write NSGlobalDomain AppleFontSmoothing -int 2
defaults write com.apple.Terminal AppleFontSmoothing -int 0
# Enable HiDPI display modes (requires restart)
diff --git a/links/.vim/keybinds.vim b/links/.vim/keybinds.vim
@@ -196,7 +196,7 @@ elseif executable("ag")
end
" using fzf.vim
-nmap ; :Buffers<CR>
+nmap , :Buffers<CR>
nmap <leader>b :Buffers<CR>
nmap <leader>O :History<CR>
nmap <leader>o :Files<CR>