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/"
|
".yardoc/"
|
||||||
"doc/"
|
"doc/"
|
||||||
".DS_Store"
|
".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 '^[[A' history-substring-search-up
|
||||||
bindkey '^[[B' history-substring-search-down
|
bindkey '^[[B' history-substring-search-down
|
||||||
bindkey -M viins 'jj' vi-cmd-mode
|
|
||||||
|
|
||||||
# utility for storing functions under a new name
|
# utility for storing functions under a new name
|
||||||
save_function() {
|
save_function() {
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ with builtins;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(import ./programs/direnv)
|
(import ./programs/direnv)
|
||||||
|
(import ./programs/jj)
|
||||||
(import ./programs/git)
|
(import ./programs/git)
|
||||||
(import ./programs/zsh)
|
(import ./programs/zsh)
|
||||||
(import ./programs/tmux)
|
(import ./programs/tmux)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue