41 lines
1 KiB
Text
41 lines
1 KiB
Text
#vim.commentstring = #
|
|
|
|
window-inherit-working-directory = true
|
|
window-decoration = false
|
|
mouse-hide-while-typing = true
|
|
cursor-text = #f8f8f2
|
|
font-size = 10
|
|
font-feature = -calt
|
|
font-feature = -liga
|
|
font-feature = -dlig
|
|
|
|
keybind = alt+q=close_surface
|
|
|
|
keybind = ctrl+enter=unbind
|
|
|
|
# quick terminal (doesn't work)
|
|
quick-terminal-position = top
|
|
quick-terminal-animation-duration = 0
|
|
keybind = global:alt+enter=toggle_quick_terminal
|
|
quick-terminal-animation-duration = 0.1
|
|
|
|
# splits
|
|
unfocused-split-opacity = 0.4
|
|
keybind = alt+ctrl+h=new_split:left
|
|
keybind = alt+ctrl+j=new_split:down
|
|
keybind = alt+ctrl+k=new_split:up
|
|
keybind = alt+ctrl+l=new_split:right
|
|
keybind = alt+h=goto_split:left
|
|
keybind = alt+j=goto_split:bottom
|
|
keybind = alt+k=goto_split:top
|
|
keybind = alt+l=goto_split:right
|
|
keybind = alt+f=toggle_split_zoom
|
|
|
|
# tabs
|
|
# keybind = alt+enter=new_tab
|
|
keybind = alt+shift+h=move_tab:-1
|
|
keybind = alt+shift+l=move_tab:+1
|
|
keybind = alt+1=goto_tab:1
|
|
keybind = alt+2=goto_tab:2
|
|
keybind = alt+3=goto_tab:3
|
|
keybind = alt+4=goto_tab:4
|