[Fish-users] fish_command_not_found argumants

2012-10-18 Thread Ali Vakilzade
when I use event fish_command_not_found. for example assume command. wrongcommand f.txt the $argv only contains 'wrongcommand' how can i access to the whole line I want to fix the command in fish_command_not_found_handler and run the fixed command I use the latest version from git.

[Fish-users] using autosuggestion word by word

2012-09-03 Thread Ali Vakilzade
for example i want to enter this command: aptitiude install xyz when I enter apt the autosuggestion shows something like this: aptitiude remove abc I want to use the autosuggestion word by word I mean when i press right don't put the whole command, just put the first word (In my example

[Fish-users] vim syntax for fish files

2012-06-21 Thread Ali Vakilzade
I have created a simple vim script for fish highlighting I have added fish keywords to 'sh'. (so it's based on sh filetype) and your auto commenting plugin will work for fish files script is here: http://www.vim.org/scripts/script.php?script_id=4106