aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/profile21
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!