minor osx capitan new macbook improvements

main
Steffen Rademacker 8 years ago
parent 43705670a1
commit 712179deb9

@ -63,9 +63,6 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
# Disable “natural” (Lion-style) scrolling
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
# Enable full keyboard access for all controls
# (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3

@ -50,6 +50,9 @@ nnoremap <S-tab> <C-w>W
" no help while mishitting ESC - awesome
noremap <F1> <ESC>
" hitting jj in insert mode escapes
inoremap jj <ESC>
" deactivate stupid ex-mode and man-page stuff
nnoremap Q <nop>
nnoremap K <nop>

Loading…
Cancel
Save