dotfiles/.config
Marty Oehme 7e45d94997 Add fuzzy tools to vim and shell
In vim:
Use <leader>c to insert a bibtex reference in your text. By default it
is a pandoc reference (@bibref), but it can be changed to latex style
(\cite(bibref)). <leader>CM inserts a pretty-printed reference to the
selected work, using markdown styling. If you want to insert a citation
while writing, use @@ from insertmode to insert the bibref instead.

The settings add two commands: :CiteRef and :CitePretty which call the
respective functions. You can pass any amount of .bibtex libraries to
the commands and they will be available to fuzzy search through.

:CiteEdit also added to fuzzy find a source and open it in vim for editing.
The function is not working yet, I have to find a way to go from the
fuzzy finder to papis, select the correct file and edit it in vim.

In Shell:
Can cd directories (d, D), open files (f, F), open most recently used
(ru), and edit bibtex references (ref). lowercase is a weighted view
over previously used directories/files, Uppercase is a search of the
whole file structure.

Still outstanding:
Needs the same comfort function additions as vim search, especially
reference search. (i.e., open corresponding document, yank path, open
editor,...)
2019-09-04 17:32:11 +00:00
..
alacritty Add basic dimswitch 2019-09-02 11:00:28 +00:00
compton remove compton opacity override to enable flashfocus 2019-03-15 15:14:43 +01:00
fontconfig add fontconfig substituting monospace for iosevka where available 2019-03-15 13:59:08 +01:00
i3 Fix duplicate i3 keybind close window 2019-05-22 14:49:10 +02:00
i3status add i3status config file 2019-04-26 14:16:26 +02:00
nvim Add fuzzy tools to vim and shell 2019-09-04 17:32:11 +00:00
papis Resolve "Set up papis configuration for reference management" 2019-09-02 13:54:24 +00:00
qutebrowser [qutebrowser] Revert to downloading PDFs for now 2019-09-01 11:03:55 +02:00
shell Add fuzzy tools to vim and shell 2019-09-04 17:32:11 +00:00
sxhkd Add sxhkd key bindings file 2019-05-22 14:41:33 +02:00
tmux [tmux] Add remote session nesting 2019-07-27 12:29:47 +00:00
vifm [vifm] Add icons for most used filetypes 2019-07-26 13:42:45 +02:00
Xresources Disable urxvt tabbing, to replace with tmux 2019-02-25 10:32:20 +01:00
libinput-gestures.conf Update /.config/libinput-gestures.conf 2019-01-12 13:19:21 +00:00
user-dirs.dirs specify home directory structure 2019-03-22 11:49:12 +01:00