Skip to content

Commit

Permalink
kitty dont use alt key
Browse files Browse the repository at this point in the history
  • Loading branch information
primeapple committed Dec 11, 2023
1 parent 47a03ad commit d8ed2b1
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,20 @@ scrollback_pager bash -c "exec nvim 63<&0 0</dev/null -u NONE -c 'map <silent> q

map kitty_mod+r load_config_file
map kitty_mod+e kitten hints

# Tabs
map alt+enter new_window_with_cwd
map alt+t new_tab_with_cwd
map alt+w close_tab
map alt+p previous_tab
map alt+n next_tab
map alt+1 goto_tab 1
map alt+2 goto_tab 2
map alt+3 goto_tab 3
map alt+4 goto_tab 4
map alt+5 goto_tab 5
map alt+6 goto_tab 6
map alt+7 goto_tab 7
map alt+8 goto_tab 8
map alt+9 goto_tab 9
map kitty_mod+p kitten hints --type=path --program @
map kitty_mod+c kitten hints --type=hash --program @

map kitty_mod+t new_tab_with_cwd
map kitty_mod+enter new_window_with_cwd
map kitty_mod+1 goto_tab 1
map kitty_mod+2 goto_tab 2
map kitty_mod+3 goto_tab 3
map kitty_mod+4 goto_tab 4
map kitty_mod+5 goto_tab 5
map kitty_mod+6 goto_tab 6
map kitty_mod+7 goto_tab 7
map kitty_mod+8 goto_tab 8
map kitty_mod+9 goto_tab 9

# Windows
# TODO: only if not nvim instance on screen, change kitty_mod to ctrl
Expand Down

0 comments on commit d8ed2b1

Please sign in to comment.