mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 06:24:57 +08:00
updates
This commit is contained in:
parent
1cdf8c34a4
commit
943a9b7c89
5 changed files with 1261 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -46,6 +46,7 @@ ranger/plugins/devicons_linemode.pyo
|
|||
!/.yabairc
|
||||
!/Default.bttpreset
|
||||
!/joshuto
|
||||
!/*.bttpreset
|
||||
|
||||
jesseduffield/lazynpm/state.yml
|
||||
|
||||
|
|
|
|||
2
.yabairc
2
.yabairc
|
|
@ -20,8 +20,6 @@ sudo /opt/homebrew/bin/yabai --load-sa
|
|||
/opt/homebrew/bin/yabai -m config normal_window_border_color 0xff555555
|
||||
/opt/homebrew/bin/yabai -m config insert_feedback_color 0xffd75f5f
|
||||
/opt/homebrew/bin/yabai -m config split_ratio 0.50
|
||||
/opt/homebrew/bin/yabai -m config --space 1 split_ratio 0.73
|
||||
/opt/homebrew/bin/yabai -m config --space 2 split_ratio 0.50
|
||||
/opt/homebrew/bin/yabai -m config auto_balance off
|
||||
/opt/homebrew/bin/yabai -m config mouse_modifier fn
|
||||
/opt/homebrew/bin/yabai -m config mouse_action1 move
|
||||
|
|
|
|||
1255
BTT.bttpreset
Normal file
1255
BTT.bttpreset
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
numbered_command = false
|
||||
|
||||
use_trash = true
|
||||
use_trash = false
|
||||
watch_files = true
|
||||
xdg_open = false
|
||||
xdg_open_fork = false
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ keymap = [
|
|||
{ keys = [ "p", "o" ], command = "paste_files --overwrite=true" },
|
||||
|
||||
{ keys = [ "a" ], command = "rename_append" },
|
||||
{ keys = [ "A" ], command = "rename_prepend" },
|
||||
{ keys = [ "k" ], command = "rename_prepend" },
|
||||
|
||||
{ keys = [ "T" ], command = ":touch " },
|
||||
|
||||
|
|
@ -92,6 +92,8 @@ keymap = [
|
|||
{ keys = [ "w" ], command = "show_tasks --exit-key=w" },
|
||||
{ keys = [ "c", "b" ], command = "bulk_rename" },
|
||||
{ keys = [ "c", "m" ], command = "set_mode" },
|
||||
{ keys = [ "c", "w" ], command = "rename_keep_ext" },
|
||||
{ keys = [ "c", "n" ], command = ":rename " },
|
||||
|
||||
{ keys = [ ":" ], command = ":" },
|
||||
{ keys = [ ";" ], command = ":" },
|
||||
|
|
@ -100,7 +102,6 @@ keymap = [
|
|||
{ keys = [ "S" ], command = "shell zsh" },
|
||||
{ keys = [ "ctrl+g" ], command = "shell lazygit" },
|
||||
{ keys = [ "M" ], command = ":mkdir " },
|
||||
{ keys = [ "c", "w" ], command = ":rename " },
|
||||
|
||||
{ keys = [ "/" ], command = ":search_inc " },
|
||||
{ keys = [ "f" ], command = ":filter " },
|
||||
|
|
@ -109,6 +110,7 @@ keymap = [
|
|||
{ keys = [ "\\" ], command = ":search_glob " },
|
||||
# { keys = [ "ctrl+f" ], command = "search_fzf" },
|
||||
{ keys = [ "ctrl+f" ], command = "subdir_fzf" },
|
||||
{ keys = [ "ctrl+p" ], command = "subdir_fzf" },
|
||||
|
||||
{ keys = [ "=" ], command = "search_next" },
|
||||
{ keys = [ "-" ], command = "search_prev" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue