vim.keymap.set( 'n' , '', '' .. require('variables.mapping').up , { desc = 'Move to the up window' } ) vim.keymap.set( 'n' , '', '' .. require('variables.mapping').down , { desc = 'Move to the down window' } ) vim.keymap.set( 'n' , '', '' .. require('variables.mapping').left , { desc = 'Move to the left window' } ) vim.keymap.set( 'n' , '', '' .. require('variables.mapping').right , { desc = 'Move to the right window' } ) vim.keymap.set( 'n' , 'jt', '' , { desc = 'Jump to tag under the cursor' } ) vim.keymap.set( 'n' , 'jt', '' , { desc = 'Jump to tag under the cursor' } )