Vi mode: remove stale comment

This commit is contained in:
Johannes Altmanninger 2024-03-02 13:27:18 +01:00
parent 0f758f12b7
commit 8baf7de4c0

View File

@ -73,9 +73,6 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
bind -s --preset -m insert A end-of-line repaint-mode
bind -s --preset -m visual v begin-selection repaint-mode
#bind -s --preset -m insert o "commandline -a \n" down-line repaint-mode
#bind -s --preset -m insert O beginning-of-line "commandline -i \n" up-line repaint-mode # doesn't work
bind -s --preset gg beginning-of-buffer
bind -s --preset G end-of-buffer