AutoYADM commit: 2025-03-28 14:20:18
This commit is contained in:
parent
5694bd3fc7
commit
46ce6977d4
1 changed files with 8 additions and 0 deletions
|
@ -8,4 +8,12 @@ function fish_user_key_bindings
|
||||||
bind -M default g,m beginning-of-line
|
bind -M default g,m beginning-of-line
|
||||||
bind -M default g,i end-of-line
|
bind -M default g,i end-of-line
|
||||||
bind g,l end-of-buffer
|
bind g,l end-of-buffer
|
||||||
|
|
||||||
|
bind U redo
|
||||||
|
bind -m insert ctrl-r history-pager repaint-mode
|
||||||
|
bind e up-or-search
|
||||||
|
bind n down-or-search
|
||||||
|
bind l 'set fish_cursor_end_mode exclusive' forward-single-char forward-word backward-char 'set fish_cursor_end_mode inclusive'
|
||||||
|
bind L 'set fish_cursor_end_mode exclusive' forward-single-char forward-bigword backward-char 'set fish_cursor_end_mode inclusive'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue