mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "43b10cc0a1157be6dc9ae45769daa34e2cd27095" and "7cd0abc4a01648cde4f6f1baacee2183d77b5c24" have entirely different histories.
43b10cc0a1
...
7cd0abc4a0
@ -77,7 +77,7 @@ chunkc set bsp_split_mode optimal
|
|||||||
chunkc set bsp_split_ratio 0.5
|
chunkc set bsp_split_ratio 0.5
|
||||||
|
|
||||||
chunkc set monitor_focus_cycle 1
|
chunkc set monitor_focus_cycle 1
|
||||||
chunkc set window_focus_cycle all
|
chunkc set window_focus_cycle monitor
|
||||||
|
|
||||||
chunkc set mouse_follows_focus intrinsic
|
chunkc set mouse_follows_focus intrinsic
|
||||||
chunkc set window_float_next 0
|
chunkc set window_float_next 0
|
||||||
|
|||||||
@ -916,10 +916,10 @@
|
|||||||
],
|
],
|
||||||
"virtual_hid_keyboard": {
|
"virtual_hid_keyboard": {
|
||||||
"caps_lock_delay_milliseconds": 0,
|
"caps_lock_delay_milliseconds": 0,
|
||||||
"country_code": 1,
|
"country_code": 0,
|
||||||
"keyboard_type": "iso",
|
"keyboard_type": "iso",
|
||||||
"mouse_key_xy_scale": 100
|
"mouse_key_xy_scale": 100
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1,5 +1,3 @@
|
|||||||
[credential]
|
|
||||||
helper = osxkeychain
|
|
||||||
[format]
|
[format]
|
||||||
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
|
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
|
|||||||
24
skhdrc
24
skhdrc
@ -5,8 +5,8 @@ alt - f : chunkc tiling::window --toggle fullscreen
|
|||||||
shift + alt - space : chunkc tiling::window --toggle float
|
shift + alt - space : chunkc tiling::window --toggle float
|
||||||
|
|
||||||
# change layout of desktop
|
# change layout of desktop
|
||||||
shift + alt + ctrl + cmd - e : chunkc tiling::desktop --layout bsp
|
alt - e : chunkc tiling::desktop --layout bsp
|
||||||
shift + alt + ctrl + cmd - s : chunkc tiling::desktop --layout monocle
|
alt - s : chunkc tiling::desktop --layout monocle
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
shift + alt - q : chunkc tiling::window --close
|
shift + alt - q : chunkc tiling::window --close
|
||||||
@ -29,16 +29,16 @@ shift + alt - l : chunkc tiling::window --warp east
|
|||||||
alt - r : chunkc tiling::desktop --rotate 90
|
alt - r : chunkc tiling::desktop --rotate 90
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
shift + alt + ctrl + cmd - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
|
shift + alt - m : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop)
|
||||||
shift + alt + ctrl + cmd - p : chunkc tiling::window --send-to-desktop prev
|
shift + alt - p : chunkc tiling::window --send-to-desktop prev
|
||||||
shift + alt + ctrl + cmd - n : chunkc tiling::window --send-to-desktop next
|
shift + alt - n : chunkc tiling::window --send-to-desktop next
|
||||||
shift + alt + ctrl + cmd - 1 : chunkc tiling::window --send-to-desktop 1
|
shift + alt - 1 : chunkc tiling::window --send-to-desktop 1
|
||||||
shift + alt + ctrl + cmd - 2 : chunkc tiling::window --send-to-desktop 2
|
shift + alt - 2 : chunkc tiling::window --send-to-desktop 2
|
||||||
shift + alt + ctrl + cmd - 3 : chunkc tiling::window --send-to-desktop 3
|
shift + alt - 3 : chunkc tiling::window --send-to-desktop 3
|
||||||
shift + alt + ctrl + cmd - 4 : chunkc tiling::window --send-to-desktop 4
|
shift + alt - 4 : chunkc tiling::window --send-to-desktop 4
|
||||||
shift + alt + ctrl + cmd - 5 : chunkc tiling::window --send-to-desktop 5
|
shift + alt - 5 : chunkc tiling::window --send-to-desktop 5
|
||||||
shift + alt + ctrl + cmd - 6 : chunkc tiling::window --send-to-desktop 6
|
shift + alt - 6 : chunkc tiling::window --send-to-desktop 6
|
||||||
|
|
||||||
# float / unfloat window and center on screen
|
# float / unfloat window and center on screen
|
||||||
shift + alt + ctrl + cmd - t : chunkc tiling::window --toggle float;\
|
alt - t : chunkc tiling::window --toggle float;\
|
||||||
chunkc tiling::window --grid-layout 4:4:1:1:2:2
|
chunkc tiling::window --grid-layout 4:4:1:1:2:2
|
||||||
|
|||||||
@ -2,7 +2,7 @@ set noshowmode
|
|||||||
|
|
||||||
if has("gui_running") || has("gui_vimr")
|
if has("gui_running") || has("gui_vimr")
|
||||||
let g:airline_solarized_bg = 'dark'
|
let g:airline_solarized_bg = 'dark'
|
||||||
let g:airline_theme = 'onedark'
|
let g:airline_theme = 'solarized'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:airline_powerline_fonts = 0
|
let g:airline_powerline_fonts = 0
|
||||||
|
|||||||
@ -2,5 +2,5 @@ set background=dark
|
|||||||
colorscheme Tomorrow-Night
|
colorscheme Tomorrow-Night
|
||||||
|
|
||||||
if has("gui_running") || has("gui_vimr")
|
if has("gui_running") || has("gui_vimr")
|
||||||
colorscheme onedark
|
colorscheme solarized8
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
let g:markdown_fenced_languages = ['css', 'elixir', 'erb=eruby', 'javascript', 'js=javascript', 'json=javascript', 'ruby', 'sass', 'xml']
|
let g:markdown_fenced_languages = ['coffee', 'css', 'elixir', 'erb=eruby', 'javascript', 'js=javascript', 'json=javascript', 'ruby', 'sass', 'xml']
|
||||||
|
|||||||
@ -57,7 +57,3 @@ Plug 'vim-scripts/wombat256.vim'
|
|||||||
Plug 'lifepillar/vim-solarized8'
|
Plug 'lifepillar/vim-solarized8'
|
||||||
Plug 'iCyMind/NeoSolarized'
|
Plug 'iCyMind/NeoSolarized'
|
||||||
Plug 'ajh17/Spacegray.vim'
|
Plug 'ajh17/Spacegray.vim'
|
||||||
Plug 'joshdick/onedark.vim'
|
|
||||||
Plug 'KeitaNakamura/neodark.vim'
|
|
||||||
Plug 'rakr/vim-one'
|
|
||||||
Plug 'dracula/vim'
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user