AutoYADM commit: 2025-03-28 14:20:18

This commit is contained in:
Daniel Fichtinger 2025-03-28 14:20:18 -04:00
parent 5694bd3fc7
commit 46ce6977d4

View file

@ -8,4 +8,12 @@ function fish_user_key_bindings
bind -M default g,m beginning-of-line
bind -M default g,i end-of-line
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