mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-08 02:07:00 -06:00
chore: use custom atuin self host, disable enter to accept, disable up arrow keybind in zshrc init
This commit is contained in:
@@ -23,13 +23,13 @@
|
|||||||
# timezone = "local"
|
# timezone = "local"
|
||||||
|
|
||||||
## enable or disable automatic sync
|
## enable or disable automatic sync
|
||||||
# auto_sync = true
|
auto_sync = true
|
||||||
|
|
||||||
## enable or disable automatic update checks
|
## enable or disable automatic update checks
|
||||||
# update_check = true
|
# update_check = true
|
||||||
|
|
||||||
## address of the sync server
|
## address of the sync server
|
||||||
# sync_address = "https://api.atuin.sh"
|
sync_address = "https://atuin.imfucked.lol"
|
||||||
|
|
||||||
## how often to sync history. note that this is only triggered when a command
|
## how often to sync history. note that this is only triggered when a command
|
||||||
## is ran, so sync intervals may well be longer
|
## is ran, so sync intervals may well be longer
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit.
|
## Defaults to true. If enabled, upon hitting enter Atuin will immediately execute the command. Press tab to return to the shell and edit.
|
||||||
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
|
# This applies for new installs. Old installs will keep the old behaviour unless configured otherwise.
|
||||||
enter_accept = true
|
enter_accept = false
|
||||||
|
|
||||||
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
|
## Defaults to "emacs". This specifies the keymap on the startup of `atuin
|
||||||
## search`. If this is set to "auto", the startup keymap mode in the Atuin
|
## search`. If this is set to "auto", the startup keymap mode in the Atuin
|
||||||
|
|||||||
Reference in New Issue
Block a user