Skip to content

Commit

Permalink
Improve configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wirth committed Aug 21, 2019
1 parent 8f3889a commit 63bcb6a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
4 changes: 2 additions & 2 deletions kakrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hook global WinCreate .* %{set global indentwidth 2}
hook global WinCreate .* %{set global tabstop 2}
hook global WinCreate .* %{set global indentwidth 4}
hook global WinCreate .* %{set global tabstop 4}
hook global WinCreate .* %{hook window InsertChar \t %{ exec -draft h@}}

hook global InsertChar \( 'exec )<left>'
Expand Down
5 changes: 4 additions & 1 deletion skhdrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ fn - x : chunkc tiling::desktop --mirror horizontal
fn - a : chunkc tiling::desktop --toggle offset

# toggle window fullscreen
fn - f : chunkc tiling::window --toggle fullscreen
# 0x38 - f : chunkc tiling::window --toggle fullscreen
# fn - f : chunkc tiling::window --toggle fullscreen
shift - 0x0A: chunkc tiling::window --toggle fullscreen


# toggle window native fullscreen
# shift + fn - f : chunkc tiling::window --toggle native-fullscreen
Expand Down
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ function gcol {
}


alias uglycopy="uglifyjs | pbcopy"


# source ~/dotfiles/pomodoro/pomodoro.sh
Expand Down

0 comments on commit 63bcb6a

Please sign in to comment.