set up jj experiment
This commit is contained in:
parent
70227a35e7
commit
f8b6278d5c
4 changed files with 8 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ in
|
|||
".yardoc/"
|
||||
"doc/"
|
||||
".DS_Store"
|
||||
".jj/"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
6
nix/home/programs/jj/default.nix
Normal file
6
nix/home/programs/jj/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -11,7 +11,6 @@ source $HOME/.config/zsh/local.zsh
|
|||
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
bindkey -M viins 'jj' vi-cmd-mode
|
||||
|
||||
# utility for storing functions under a new name
|
||||
save_function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue