diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:50:26 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:50:26 -0500 |
commit | 31be730550e9febc7bfd439c054c644a0734c874 (patch) | |
tree | cfc2e218a19cea1f76497dc37eb59fdc6c65252d /common/.vimfx/config.js | |
parent | 4b83e38e03e037ab70c34ecc664e6858f3efe2d5 (diff) | |
download | dotfiles-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.js | 4 |
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"], |