diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 20:49:34 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 20:52:11 +0200 |
| commit | 8aac39ab70e19ac0e4e64474e03489a68009d508 (patch) | |
| tree | 718feb29ff45203325a49919b7c9f2b9fd91e72e /.config/bash | |
| parent | 8f1e5d6ca20958be0f570381f91aa218abf764b2 (diff) | |
| download | dotfiles-8aac39ab70e19ac0e4e64474e03489a68009d508.tar.gz dotfiles-8aac39ab70e19ac0e4e64474e03489a68009d508.zip | |
misc: unify modelines
Diffstat (limited to '.config/bash')
| -rw-r--r-- | .config/bash/vi.inputrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/vi.inputrc b/.config/bash/vi.inputrc index 4ec6049..aa5adf2 100644 --- a/.config/bash/vi.inputrc +++ b/.config/bash/vi.inputrc @@ -5,4 +5,4 @@ "\C-k": history-search-backward # Ctrl+k search history backward (non-incremental) "\C-j": history-search-forward # Ctrl+j search history forward (non-incremental) -# vim: filetype=readline +# vim: ft=readline |
