diff --git a/config/nvim/lua/user/keymaps.lua b/config/nvim/lua/user/keymaps.lua index 1fcbc3c..4a73a62 100644 --- a/config/nvim/lua/user/keymaps.lua +++ b/config/nvim/lua/user/keymaps.lua @@ -69,3 +69,7 @@ map('n', 'h', 'nohlsearch') -- more convenient way of entering normal mode from terminal mode map('t', [[]], [[]]) +-- recall older/recent command-line from history +map('c', '', '') +map('c', '', '') +