diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
commit | c713e546deca1f48a0d89980ff01191a50e8fcd2 (patch) | |
tree | b96457d36ac77b4051439ea8880f5b33d3e4f895 /fnl/settings/keymaps.fnl | |
parent | 936272fc2a5ae07470816d1b63f79bfadb3ef979 (diff) |
fix(typos): bugs by typos and wrong lists
Diffstat (limited to 'fnl/settings/keymaps.fnl')
-rw-r--r-- | fnl/settings/keymaps.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/settings/keymaps.fnl b/fnl/settings/keymaps.fnl index ae4ff2b..2409915 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -52,4 +52,4 @@ ;; Move text up and down (map "v" "<A-j>" ":m .+1<CR>==" opts) (map "v" "<A-k>" ":m .-2<CR>==" opts) -(map "v" "p" "\"_dP" opts) +;; (map "v" "p" "\"_dP" opts) |