summaryrefslogtreecommitdiff
path: root/common/.vimfx/config.js
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-25 11:50:26 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-25 11:50:26 -0500
commit31be730550e9febc7bfd439c054c644a0734c874 (patch)
treecfc2e218a19cea1f76497dc37eb59fdc6c65252d /common/.vimfx/config.js
parent4b83e38e03e037ab70c34ecc664e6858f3efe2d5 (diff)
downloaddotfiles-31be730550e9febc7bfd439c054c644a0734c874.tar.gz
dotfiles-31be730550e9febc7bfd439c054c644a0734c874.zip
VimFX: Make tab-movement keys consistent with Emacs's
Diffstat (limited to 'common/.vimfx/config.js')
-rw-r--r--common/.vimfx/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js
index 36983cf..ed5c3ba 100644
--- a/common/.vimfx/config.js
+++ b/common/.vimfx/config.js
@@ -223,8 +223,8 @@ mappings = {
["N", "tab_select_next"],
["xto <c-x>to", "tab_select_most_recent"],
["xtl <c-x>tl", "tab_select_oldest_unvisited"],
- ["xtP <c-x>tP", "tab_move_backward"],
- ["xtN <c-x>tN", "tab_move_forward"],
+ ["xtM <c-x>tM", "tab_move_backward"],
+ ["xtm <c-x>tm", "tab_move_forward"],
["xt4 <c-x>t5", "tab_move_to_window"],
["xta <c-x>ta", "tab_select_first"],
["", "tab_select_first_non_pinned"],