minor updates
This commit is contained in:
parent
86ec8531d0
commit
45a3700b51
3 changed files with 6 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ map --when-focus-on var:IS_NVIM alt+k
|
|||
map --when-focus-on var:IS_NVIM alt+h
|
||||
map --when-focus-on var:IS_NVIM alt+l
|
||||
|
||||
map kitty_mod+enter launch --cwd=root
|
||||
map kitty_mod+enter new_window_with_cwd
|
||||
map ctrl+space>ctrl+enter launch --cwd=root
|
||||
# map cmd+enter new_window
|
||||
|
||||
#: Close window
|
||||
|
|
@ -123,6 +124,7 @@ map ctrl+space>ctrl+shift+tab detach_window ask
|
|||
# map ctrl+shift+tab previous_tab
|
||||
|
||||
map kitty_mod+t new_tab_with_cwd
|
||||
map ctrl+space>ctrl+t launch --cwd=root --type=tab
|
||||
# map cmd+t new_tab_with_cwd
|
||||
|
||||
# map kitty_mod+q close_tab
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ usage = "latest"
|
|||
yazi = "latest"
|
||||
zoxide = "latest"
|
||||
watchexec = "latest"
|
||||
"npm:@hoppscotch/cli" = "latest"
|
||||
|
||||
[settings]
|
||||
lockfile = true
|
||||
|
|
|
|||
|
|
@ -10,3 +10,5 @@ export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
|||
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
|
||||
export TERMINAL=/usr/bin/kitty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue