Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created May 4, 2021 17:39
Show Gist options
  • Save thanakijwanavit/116acf4bfc65dc579630a201fbd7d1bf to your computer and use it in GitHub Desktop.
Save thanakijwanavit/116acf4bfc65dc579630a201fbd7d1bf to your computer and use it in GitHub Desktop.
set vim binding for fish and foward control f
function fish_user_key_bindings
fish_vi_key_bindings
for mode in insert default visual
bind -M $mode \cf forward-char
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment