Skip to content

Commit

Permalink
Disable double space subst., change clever-f
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Nov 24, 2024
1 parent f460b76 commit e4eaaca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/macos/set_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ killall Dock
# defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 14
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8

# Disable double space to period substitution
defaults write -g NSAutomaticPeriodSubstitutionEnabled -int 0
1 change: 1 addition & 0 deletions stow/common/dot-config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ local plugins = {
event = 'VeryLazy',
config = function()
vim.g.clever_f_smart_case = 1
vim.g.clever_f_across_no_line = 1
end,
},
{
Expand Down

0 comments on commit e4eaaca

Please sign in to comment.