Skip to content

shihanng/zim-atuin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zim-atuin

A Zim's module that helps set up Atuin.

Prerequisites

Usage

Add the following to your ~/.zimrc.

zmodule shihanng/zim-atuin

I also have the following in my ~/.zshrc because I am using zsh-vi-mode.

export ATUIN_NOBIND="true"

# Somewhere after Zim initialization.
# ...

function zvm_after_init() {
  zvm_bindkey vicmd '^R' atuin-search
  zvm_bindkey viins '^R' atuin-search
}