diff --git a/shared/home/default.nix b/shared/home/default.nix index 0041161..94d460e 100644 --- a/shared/home/default.nix +++ b/shared/home/default.nix @@ -211,6 +211,7 @@ in keyMode = "vi"; historyLimit = 1000000; extraConfig = '' + bind k clear-history bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}"