Skip to content

Commit

Permalink
config(kitty): use root ignore ssh when split
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 16, 2024
1 parent 46f8616 commit f2d2576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ map kitty_mod+e open_url_with_hints
map super+e open_url_with_hints

# Sync with Zellij
map alt+n launch --cwd=current --location=vsplit
map alt+m launch --cwd=current --location=hsplit
map alt+n launch --cwd=root --location=vsplit
map alt+m launch --cwd=root --location=hsplit
map alt+p next_window
map alt+[ previous_tab
map alt+] next_tab
Expand Down

0 comments on commit f2d2576

Please sign in to comment.