Arjun Karangiya 3b367230ee Shortcuts in vim commands form bm-dirs/files
This will allow using the mappings in the vim command line.
    Here the leader is ";"

    So here `:e ;cfz` typed fast will expand into
            `:e /home/user/.config/zsh/.zshrc`.

    This is more helpful with :sp, :vs, :cd or anywhere where a file or
    a directory is expected in the vim command line.
2022-02-02 00:59:11 +05:30
..