diff options
author | Ben Sima <ben@bsima.me> | 2019-05-13 13:13:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-13 13:13:10 -0700 |
commit | 6ea923ef95f99c99b2b3a53c9a7132de44b0bbc6 (patch) | |
tree | a2f9d007a105120985f1b0a97be1f5d49eba216c | |
parent | 7c499899ef1c0c4acbd5ea2e98294436c6a03284 (diff) |
activate skim
-rw-r--r-- | common.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -49,6 +49,11 @@ in enable = true; }; + skim = { + enable = true; + enableBashIntegration = true; + }; + vim = { enable = true; plugins = [ @@ -138,6 +143,8 @@ in typeless = "history | tail -n 20000 | sed 's/.* //' | sort | uniq -c | sort -g | tail -n 100"; v = "vim"; "v." = "vim ."; + vs = "vim $(sk -m)"; + vk = "vim $(sk -m)"; vimdiff = "vim -d"; }; }; |