shortcuts
This commit is contained in:
@@ -5,30 +5,33 @@ font-family = "MesloLGM Nerd Font Mono"
|
||||
confirm-close-surface = true
|
||||
|
||||
# Keybindings - Tabs & Splits
|
||||
keybind = ctrl+t=new_tab
|
||||
keybind = ctrl+w=close_surface
|
||||
keybind = ctrl+d=new_split:right
|
||||
keybind = ctrl+shift+d=new_split:down
|
||||
keybind = ctrl+enter=toggle_split_zoom
|
||||
keybind = cmd+t=new_tab
|
||||
keybind = cmd+w=close_surface
|
||||
keybind = cmd+d=new_split:right
|
||||
keybind = cmd+shift+d=new_split:down
|
||||
keybind = cmd+shift+enter=toggle_split_zoom
|
||||
|
||||
# Keybindings - Navigation - Splits
|
||||
keybind = ctrl+left=goto_split:left
|
||||
keybind = ctrl+right=goto_split:right
|
||||
keybind = ctrl+up=goto_split:up
|
||||
keybind = ctrl+down=goto_split:down
|
||||
keybind = ctrl+]=goto_split:next
|
||||
keybind = ctrl+[=goto_split:previous
|
||||
keybind = cmd+left=goto_split:left
|
||||
keybind = cmd+right=goto_split:right
|
||||
keybind = cmd+up=goto_split:up
|
||||
keybind = cmd+down=goto_split:down
|
||||
keybind = cmd+]=goto_split:next
|
||||
keybind = cmd+[=goto_split:previous
|
||||
|
||||
# Keybindings - Navigation - Tabs
|
||||
keybind = ctrl+1=goto_tab:1
|
||||
keybind = ctrl+2=goto_tab:2
|
||||
keybind = ctrl+3=goto_tab:3
|
||||
keybind = ctrl+4=goto_tab:4
|
||||
keybind = ctrl+5=goto_tab:5
|
||||
keybind = ctrl+6=goto_tab:6
|
||||
keybind = ctrl+7=goto_tab:7
|
||||
keybind = ctrl+8=goto_tab:8
|
||||
keybind = ctrl+9=goto_tab:9
|
||||
keybind = cmd+1=goto_tab:1
|
||||
keybind = cmd+2=goto_tab:2
|
||||
keybind = cmd+3=goto_tab:3
|
||||
keybind = cmd+4=goto_tab:4
|
||||
keybind = cmd+5=goto_tab:5
|
||||
keybind = cmd+6=goto_tab:6
|
||||
keybind = cmd+7=goto_tab:7
|
||||
keybind = cmd+8=goto_tab:8
|
||||
keybind = cmd+9=goto_tab:9
|
||||
|
||||
keybind = performable:cmd+c=copy_to_clipboard
|
||||
keybind = performable:cmd+v=paste_from_clipboard
|
||||
|
||||
# Melange Dark - Adapted From: https://github.com/savq/melange-nvim/blob/master/term/kitty/melange_dark.conf
|
||||
palette = 0=#34302C
|
||||
|
||||
Reference in New Issue
Block a user