27022024-2
This commit is contained in:
parent
e172c1bd99
commit
288955c4cf
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@ end
|
|||
M.search_title = function()
|
||||
require("telescope.builtin").live_grep({
|
||||
prompt_title = "Search by zettel title",
|
||||
default_text = "^title: ",
|
||||
default_text = "^raw_title: ",
|
||||
attach_mappings = function(_, map)
|
||||
map("n", "<c-i>", paste_titled_link())
|
||||
map("i", "<c-i>", paste_titled_link())
|
||||
|
|
|
@ -77,6 +77,8 @@ alias python='python3'
|
|||
alias py='python'
|
||||
## todo.txt
|
||||
alias todo="todo.sh -d ~/Dropbox/TextSync/TODO/todo.cfg"
|
||||
## eton
|
||||
alias et="eton"
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
export EDITOR='nvim'
|
||||
|
|
Loading…
Add table
Reference in a new issue