alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Enable tabbed layout, add json ts
author
Jes Olson
date
4 years ago
(Feb 8, 2022, 3:23 PM -0600)
commit
0601d518
0601d51819bc28a7ddcea48af6a352070a5ae397
parent
e55e4820
e55e4820728f70f12e3120c6b2397411ef951e20
+2
-1
2 changed files
Expand all
Collapse all
Unified
Split
.config
nvim
init.vim
sway
config
+1
.config/nvim/init.vim
Reviewed
···
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
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
Reviewed
···
176
176
177
177
# Switch the current container between different layout styles
178
178
# bindsym $mod+s layout stacking
179
179
-
# bindsym $mod+w layout tabbed
179
179
+
bindsym $mod+w layout tabbed
180
180
# bindsym $mod+e layout toggle split
181
181
default_border pixel
182
182