diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-19 13:19:35 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-19 13:19:35 +0100 |
commit | 88523dcb08cb9f169b55a23f862c4aa267ff0fba (patch) | |
tree | e3af11a4e87e4b8b610265e013c18bc94f5e0078 | |
parent | 0d292fdb032169b17316276aa93cd85b72dad722 (diff) |
Update vsplit mapping
-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 0407646..83ed725 100644 --- a/fnl/settings/keymaps.fnl +++ b/fnl/settings/keymaps.fnl @@ -41,8 +41,8 @@ ;; Splits (map :n :<m-s> :<cmd>split<CR> opts) +(map :n :<m-t> :<cmd>vsplit<CR> opts) (map :n :<C-s> :<cmd>split<CR> opts) -(map :n :<m-v> :<cmd>vsplit<CR> opts) ;; Nav (map :n :<m-m> :<cmd>bprev<CR> opts) |