this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: add kt kitaab tags command

+1 -1
+1 -1
home/profiles/nvim/default.nix
··· 150 150 # kitaab recents 151 151 kr = "cd /home/anish/kitaab/vimwiki; exa --sort=modified --reverse | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}';cd $OLDPWD"; 152 152 # kitaab get by tagged 153 - kt = "cd /home/anish/kitaab/vimwiki; exa *_index.wiki | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{};cd $OLDPWD"; 153 + kt = "cd /home/anish/kitaab/vimwiki; exa *_index.wiki | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}';cd $OLDPWD"; 154 154 }; 155 155 # Add %update to the highlight clause for vimwiki files 156 156 home.file.".config/nvim/after/syntax/vimwiki.vim".text = ''