diff options
| author | Jonas Maier <jonas@x77.dev> | 2026-05-03 16:26:43 +0200 |
|---|---|---|
| committer | Jonas Maier <jonas@x77.dev> | 2026-05-03 16:26:43 +0200 |
| commit | f07eb9509920be72e98ebd51caf7a8edb768371c (patch) | |
| tree | 2b39612fd0b0696a5b39a873aa20d4e436b7a29c | |
| parent | f18f2612611b56160f22cd348dad4c1ed60b2fe6 (diff) | |
| download | pish-f07eb9509920be72e98ebd51caf7a8edb768371c.tar.gz | |
default profile
| -rw-r--r-- | src/profile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/profile b/src/profile new file mode 100644 index 0000000..360282a --- /dev/null +++ b/src/profile @@ -0,0 +1,21 @@ +# keybinds +bind ti kbs ct prompt_del_left_or_previous +bind ti kdch1 ct prompt_del_right +bind ti kRIT5 ct cursor_right_word +bind ti kLFT5 ct cursor_left_word +bind key \x01 ct cursor_begin +bind key \x02 ct cursor_end +bind key \x03 ct prompt_clear +bind key \x04 exit +bind key \x0c ct screen_clear +bind key \t ct complete +bind key \x1b[D ct cursor_left +bind key \x1b[C ct cursor_right +bind key \x1b[A ct history_previous +bind key \x1b[B ct history_next +bind key \r ct try_submit_command +bind key \x1bd ct prompt_del_right_word +bind key \x17 ct prompt_del_left_word + +alias ls = 'ls --color=auto' +echo hello to pish! |
