Neovim init.lua

This commit is contained in:
2025-07-12 14:31:23 +03:00
parent 55e1289f18
commit cb6cb26803
5 changed files with 55 additions and 15 deletions

View File

@ -308,8 +308,8 @@ map ctrl+shift+alt+up scroll_home
map kitty_mod+z scroll_to_prompt -1
map kitty_mod+x scroll_to_prompt 1
map kitty_mod+k show_scrollback
map kitty_mod+b show_last_visited_command_output
map ctrl+alt+b show_last_non_empty_command_output
map kitty_mod+b show_last_non_empty_command_output
map ctrl+alt+b show_last_visited_command_output
# }}}
# Window management {{{