# config.toml [keybindings] save = [":w", "ctrl+s"] quit = [":q", "ctrl+q"] force_quit = [":q!", "ctrl+shift+q"] save_and_quit = [":wq", "ctrl+shift+s"] enter_edit_mode = ["i", "ctrl+e"] exit_edit_mode = ["esc", "ctrl+e"] previous_position = ["Left", "9"] next_position = ["Right", "8"]