Skip to content

Commit ad8c945

Browse files
authored
Merge pull request #6 from bazhenov/fish-shell
Add fish configuration documentation
2 parents 99143dc + 371abcf commit ad8c945

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ bindkey -s '^k' '^E^Uttr^M'
6464
6565
This will bind `ttr` to <kbd>Ctrl</kbd>+<kbd>k</kbd>
6666
67+
### fish
68+
69+
Put following in `~/.config/fish/config.fish`
70+
71+
```
72+
bind \ck 'echo; ttr; commandline -f repaint'
73+
```
74+
6775
### bash
6876
6977
Analog in bash would be following configuration in `.bashrc`

0 commit comments

Comments
 (0)