9 Commits
Author SHA1 Message Date
Arjun KarangiyaandGitHub 4ba50116d9 Shortcuts in vim command line from bm-dirs/files (#1073)
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-03-29 01:24:57 +00:00
Arjun KarangiyaandGitHub 82b70e3a8e Bug: initial value is wrong; it should be false, 0 (#1074)
This caused no effect for the first call to ToggleHiddenAll().
    The second call works as value was set correctly inside
    ToggleHiddenAll() on the first call.
2022-02-02 14:25:48 +00:00
Arjun KarangiyaandGitHub c28d25c152 Move to data folder and need absolute path here (#1069)
Vimwiki is not config but it's data so ".local/share/nvim" is
    more proper location for it.

    Here relative path was given so it tries to create new vimwiki
    folder when launched from other than home dir or changing current
    dir using `:cd <path>` inside vim when launching vimwiki.
2022-01-29 14:51:52 +00:00
Arjun KarangiyaandGitHub fb8923b841 Here program name should be given not package name (#973)
This can be known from ifinstalled code
2021-09-23 12:02:51 -04:00
kariokiandGitHub 9adf0e6bcd Restoring missing line for zsh file shortcuts (#879) 2021-01-10 14:25:12 -05:00
kariokiandGitHub 3f4ea160b9 Expanding shell vars before passing to the files (#827) 2020-10-11 16:38:55 -04:00
kariokiandGitHub 2b6b3822e3 Placing NERDTree bookmark file not on home dir (#624) 2020-05-09 10:31:25 -04:00
Arjun Karangiya 1316be8ec4 New featuer: ZSH named dirs 2020-04-06 17:23:45 +05:30
Arjun KarangiyaandLuke Smith ae0fadd673 Revert "class needs to be set before the command otherwise it's not set at all"
This reverts commit bf5b003d

This is a mistake. It's not class but command to Nvim. And It breaks the intended feature.
2020-01-11 09:41:54 -05:00