diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-06-05 13:02:35 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-06-05 13:02:35 -0700 |
commit | 9cff26487028104e0a4bc81c4fff3527c0b3f46b (patch) | |
tree | 69a1ddf691c8f767226d6ae301835f3e88eea52f /.config/.lambda-term-inputrc | |
parent | 24c4b2f3487a23bef3126cc6420930b12d167401 (diff) | |
download | dotfiles-9cff26487028104e0a4bc81c4fff3527c0b3f46b.tar.gz |
move lambda term rc to xdg_config_home
Diffstat (limited to '.config/.lambda-term-inputrc')
-rw-r--r-- | .config/.lambda-term-inputrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/.lambda-term-inputrc b/.config/.lambda-term-inputrc new file mode 100644 index 0000000..76ad3f6 --- /dev/null +++ b/.config/.lambda-term-inputrc @@ -0,0 +1,10 @@ +[edit] +C-w: kill-prev-word +C-u: kill-prev-line + +[read-line] +C-p: history-prev +C-n: history-next +M-n: complete-bar-next +M-p: complete-bar-prev +M-enter: complete-bar |