local map = require('cosmic.utils').map -- navigation map('n', 'sf', ':Telescope find_files') map('n', 'sg', ':Telescope git_files') map('n', 'sk', ':Telescope buffers') map('n', 'ss', ':Telescope live_grep') -- git navigation map('n', 'ggc', ':Telescope git_commits') map('n', 'ggs', ':Telescope git_status') -- quickfix navigation map('n', 'cp', ':cprev') map('n', 'cn', ':cnext') -- buffer navigation map('n', 'bp', ':bprev') map('n', 'bn', ':bnext') -- tab navigation map('n', 'tp', ':tprev') map('n', 'tn', ':tnext')