Compare commits
3 changed files with 7 additions and 18 deletions
|
|
@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8']
|
|||
alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9']
|
||||
alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10']
|
||||
|
||||
alt-ctrl-comma = 'focus-monitor prev'
|
||||
alt-ctrl-period = 'focus-monitor next'
|
||||
alt-comma = 'focus-monitor prev'
|
||||
alt-period = 'focus-monitor next'
|
||||
|
||||
alt-ctrl-shift-comma = 'move-workspace-to-monitor prev'
|
||||
alt-ctrl-shift-period = 'move-workspace-to-monitor next'
|
||||
alt-shift-comma = 'move-workspace-to-monitor prev'
|
||||
alt-shift-period = 'move-workspace-to-monitor next'
|
||||
|
||||
alt-shift-r = 'mode resize'
|
||||
|
||||
|
|
|
|||
|
|
@ -119,19 +119,7 @@ tabpad = "‒"
|
|||
"b" = ":noop %sh{printf '%%s' $(basename '%{buffer_name}') | cbcopy}"
|
||||
|
||||
[keys.normal.space]
|
||||
"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"]
|
||||
'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"]
|
||||
|
||||
[keys.select.space]
|
||||
"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"]
|
||||
|
||||
[keys.normal."["]
|
||||
"F" = "@maf<A-;>;"
|
||||
|
||||
[keys.select."["]
|
||||
"F" = "@maf<A-;>"
|
||||
|
||||
[keys.normal."]"]
|
||||
"F" = "@maf;"
|
||||
|
||||
[keys.select."]"]
|
||||
"F" = "@maf"
|
||||
'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"]
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ alias g='git'
|
|||
alias rg='rg -S'
|
||||
alias sg='ast-grep'
|
||||
|
||||
alias b='bundle'
|
||||
alias bx='bundle exec'
|
||||
|
||||
alias timestamp='now'
|
||||
|
|
|
|||
Loading…
Reference in a new issue