my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable tabbed layout, add json ts

+2 -1
+1
.config/nvim/init.vim
··· 84 84 autocmd BufRead,BufNewFile *mutt-* setfiletype mail 85 85 augroup filetypedetect 86 86 autocmd FileType markdown setlocal tw=80 et ts=2 sw=2 87 + autocmd FileType json setlocal et ts=2 sw=2 87 88 88 89 " terraform ft detection 89 90 " vint: -ProhibitAutocmdWithNoGroup
+1 -1
.config/sway/config
··· 176 176 177 177 # Switch the current container between different layout styles 178 178 # bindsym $mod+s layout stacking 179 - # bindsym $mod+w layout tabbed 179 + bindsym $mod+w layout tabbed 180 180 # bindsym $mod+e layout toggle split 181 181 default_border pixel 182 182